https://github.com/halide/Halide
Revision 8842595880245b8d852278bafcc2da9c61e81527 authored by Sean Lee on 23 March 2020, 17:38:07 UTC, committed by Sean Lee on 23 March 2020, 17:38:32 UTC
Travis doesn't have the right Python setup.
1 parent 0df48e4
Raw File
Tip revision: 8842595880245b8d852278bafcc2da9c61e81527 authored by Sean Lee on 23 March 2020, 17:38:07 UTC
Turn off python bindings in travis.
Tip revision: 8842595
.clang-format-ignore
# .clang-format-ignore
./bin
./build
./cmake_build
./cmake_build_static
./cmake_build_shared
./distrib
./doc
./include
./lib
# Our tutorials have special formatting: skip them
./tutorial
# hexagon_remote/bin/src is also special
./src/runtime/hexagon_remote/bin/src
back to top