mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
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:
committed by
Andreas Kling
parent
7811cf3520
commit
32158c45e4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user