summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorBen Wiederhake <BenWiederhake.GitHub@gmx.de>2020-08-01 14:58:56 +0200
committerAndreas Kling <kling@serenityos.org>2020-08-02 18:50:28 +0200
commit32158c45e4fc67f9b3f53ffa2227752de994d35d (patch)
tree5a3e9086fd64cbd469976b1269de1b37f6b07d3a /.travis.yml
parent7811cf352006e2b685be0e595ded862b0f451f80 (diff)
downloadserenity-32158c45e4fc67f9b3f53ffa2227752de994d35d.zip
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.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index cbf6c75e29..a604f561a2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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