mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-11 02:13:56 +09: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: 32158c45e4
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
|
- cmake --version
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- export SERENITY_ROOT=$(pwd)
|
- export SERENITY_ROOT="$(pwd)"
|
||||||
- Meta/lint-shell-scripts.sh
|
- Meta/lint-shell-scripts.sh
|
||||||
- Meta/lint-executable-resources.sh
|
- Meta/lint-executable-resources.sh
|
||||||
- Meta/check-style.sh
|
- Meta/check-style.sh
|
||||||
|
@ -43,7 +43,7 @@ script:
|
||||||
- mkdir -p Build
|
- mkdir -p Build
|
||||||
- cd Build
|
- cd Build
|
||||||
- cmake .. -DBUILD_LAGOM=1
|
- cmake .. -DBUILD_LAGOM=1
|
||||||
- make
|
- make -j2
|
||||||
- CTEST_OUTPUT_ON_FAILURE=1 make test
|
- CTEST_OUTPUT_ON_FAILURE=1 make test
|
||||||
- cd Meta/Lagom
|
- cd Meta/Lagom
|
||||||
- ./test-js
|
- ./test-js
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue