also compile pybullet in one of the tests

This commit is contained in:
erwincoumans
2016-06-20 15:05:14 -07:00
committed by GitHub
parent 01cad7c2a5
commit 51da386345

View File

@@ -8,7 +8,7 @@ compiler:
script:
- echo "CXX="$CXX
- echo "CC="$CC
- cmake . -G "Unix Makefiles" #-DCMAKE_CXX_FLAGS=-Werror
- cmake . -G -DBUILD_PYBULLET=ON "Unix Makefiles" #-DCMAKE_CXX_FLAGS=-Werror
- make -j8
- ctest -j8 --output-on-failure
# Build again with double precision