Skip to content

Commit

Permalink
ci: Travis only provides 2 cores.
Browse files Browse the repository at this point in the history
  • Loading branch information
Squareys committed Nov 18, 2020
1 parent 6b1454a commit 9654456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/ci/travis-emscripten.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ cmake .. \
-DCMAKE_EXE_LINKER_FLAGS_RELEASE="-O1" \
-DBUILD_TESTS=ON \
-G Ninja
ninja -j4
ninja -j2

# Test
CORRADE_TEST_COLOR=ON ctest -V
Expand Down

0 comments on commit 9654456

Please sign in to comment.