mirror of
https://github.com/wjakob/tbb.git
synced 2026-08-29 08:34:40 +08:00
[travis] enabled python build on linux
This commit is contained in:
committed by
Wenzel Jakob
parent
7a72cd5e5a
commit
bad633bd3d
+1
-1
@@ -6,7 +6,7 @@ matrix:
|
||||
- os: linux
|
||||
compiler: g++
|
||||
script:
|
||||
- cmake -DCMAKE_INSTALL_PREFIX=~/.local .
|
||||
- cmake -DTBB_BUILD_PYTHON=ON -DCMAKE_INSTALL_PREFIX=~/.local .
|
||||
- make install -j2
|
||||
- ctest -j2 --output-on-failure --timeout 500
|
||||
addons:
|
||||
|
||||
Reference in New Issue
Block a user