Browse Source

:green_heart: add cmake option to cl

Former-commit-id: c098d6dc8990220082d30490137ee09139a5fe22
Zhongshi 6 years ago
parent
commit
324ebdf91e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -57,7 +57,7 @@ install:
 script:
 # Python bindings
 - cd python
-- ${PYTHON} setup.py develop --user
+- ${PYTHON} setup.py develop --user -- -DCMAKE_BUILD_TYPE=${CONFIG} -DLIBIGL_WITH_EMBREE=OFF -DLIBIGL_USE_STATIC_LIBRARY=ON -DCHECK_UNDEFINED=${CHECK_UNDEFINED}
 - cd tutorial
 - ${PYTHON} 101_FileIO.py
 - cd ../../