Skip to content

Commit

Permalink
Revert "cmake: enable ctest -j"
Browse files Browse the repository at this point in the history
This reverts commit e35e6f5.
  • Loading branch information
Gnnng committed Apr 15, 2018
1 parent e35e6f5 commit 0f36121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ mkdir build && cd build
cmake ${CMAKE_EXTRA_OPTIONS} -DCMAKE_BUILD_TYPE=RelWithDebInfo -DTESTS=ON ..
make -j${n_parallel}
make clang-format
ctest --output-on-failure -j${n_parallel}
ctest --output-on-failure

0 comments on commit 0f36121

Please sign in to comment.