From 51da3863452f6bfe967ab9a24afe3104f2e8fffe Mon Sep 17 00:00:00 2001 From: erwincoumans Date: Mon, 20 Jun 2016 15:05:14 -0700 Subject: [PATCH] also compile pybullet in one of the tests --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bb6dcde2e..8d309af7d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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