more travis fun
This commit is contained in:
@@ -14,8 +14,8 @@ addons:
|
|||||||
script:
|
script:
|
||||||
- echo "CXX="$CXX
|
- echo "CXX="$CXX
|
||||||
- echo "CC="$CC
|
- echo "CC="$CC
|
||||||
- pip install -U pip wheel
|
- sudo pip3 install -U pip wheel
|
||||||
- pip install setuptools
|
- sudo pip3 install setuptools
|
||||||
- sudo python3 setup.py install
|
- sudo python3 setup.py install
|
||||||
- python3 examples/pybullet/unittests/unittests.py
|
- python3 examples/pybullet/unittests/unittests.py
|
||||||
- cmake . -DBUILD_PYBULLET=ON -G"Unix Makefiles" #-DCMAKE_CXX_FLAGS=-Werror
|
- cmake . -DBUILD_PYBULLET=ON -G"Unix Makefiles" #-DCMAKE_CXX_FLAGS=-Werror
|
||||||
|
|||||||
Reference in New Issue
Block a user