Skip to content

Commit

Permalink
[Travis] Build_python_layer=ON in WITH_CMAKE build
Browse files Browse the repository at this point in the history
  • Loading branch information
tnarihi committed Apr 8, 2015
1 parent 7b96527 commit 0b4f686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/travis/travis_build_and_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ MAKE="make --jobs=$NUM_THREADS --keep-going"
if $WITH_CMAKE; then
mkdir build
cd build
cmake -DBUILD_python=ON -DCMAKE_BUILD_TYPE=Release -DCPU_ONLY=ON ..
cmake -DBUILD_python=ON -DBUILD_python_layer=ON -DCMAKE_BUILD_TYPE=Release -DCPU_ONLY=ON ..
$MAKE
if ! $WITH_CUDA; then
$MAKE runtest
Expand Down

0 comments on commit 0b4f686

Please sign in to comment.