mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +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:
parent
7811cf3520
commit
32158c45e4
Notes:
sideshowbarker
2024-07-19 04:23:02 +09:00
Author: https://github.com/BenWiederhake Commit: https://github.com/SerenityOS/serenity/commit/32158c45e4f Pull-request: https://github.com/SerenityOS/serenity/pull/2942
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue