Travis: Extra safety, build Serenity in parallel

This won't have much impact, because it's *only* Serenity that will be built
in parallel. This should save about a minute.
This commit is contained in:
Ben Wiederhake 2020-08-01 14:58:56 +02:00 committed by Andreas Kling
parent 7811cf3520
commit 32158c45e4

View file

@ -33,7 +33,7 @@ before_install:
- cmake --version
script:
- export SERENITY_ROOT=$(pwd)
- export SERENITY_ROOT="$(pwd)"
- Meta/lint-shell-scripts.sh
- Meta/lint-executable-resources.sh
- Meta/check-style.sh
@ -43,7 +43,7 @@ script:
- mkdir -p Build
- cd Build
- cmake .. -DBUILD_LAGOM=1
- make
- make -j2
- CTEST_OUTPUT_ON_FAILURE=1 make test
- cd Meta/Lagom
- ./test-js