From 8878e7c3a30bb164abb9d0c3bbe5ec0836cac56a Mon Sep 17 00:00:00 2001 From: Matthias Klumpp Date: Tue, 3 Apr 2018 20:56:17 +0200 Subject: [PATCH] ci: Limit ninja jobs, test properly --- test/ci/build_and_test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/ci/build_and_test.sh b/test/ci/build_and_test.sh index 6ad99d3..8765262 100755 --- a/test/ci/build_and_test.sh +++ b/test/ci/build_and_test.sh @@ -16,10 +16,10 @@ meson --version # mkdir -p build && cd build meson -Ddownload-js=true .. -ninja +ninja -j8 # Run tests -./asgen_test +ninja test -v # Test install DESTDIR=/tmp/install-ninja ninja install