turn off compiling pybullet using cmake,
cmake's lack of finding python is broken beyond repair, let's just use pip/setuptools instead. See also: https://travis-ci.org/bulletphysics/bullet3/jobs/273121440
This commit is contained in:
@@ -13,7 +13,7 @@ addons:
|
|||||||
script:
|
script:
|
||||||
- echo "CXX="$CXX
|
- echo "CXX="$CXX
|
||||||
- echo "CC="$CC
|
- echo "CC="$CC
|
||||||
- cmake . -DBUILD_PYBULLET=ON -G"Unix Makefiles" #-DCMAKE_CXX_FLAGS=-Werror
|
- cmake . -DBUILD_PYBULLET=OFF -G"Unix Makefiles" #-DCMAKE_CXX_FLAGS=-Werror
|
||||||
- make -j8
|
- make -j8
|
||||||
- ctest -j8 --output-on-failure
|
- ctest -j8 --output-on-failure
|
||||||
# Build again with double precision
|
# Build again with double precision
|
||||||
|
|||||||
Reference in New Issue
Block a user