aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2020-02-29 13:00:39 +0100
committerFelix Morgner <felix.morgner@gmail.com>2020-02-29 13:00:39 +0100
commiteee66b517673da38e51b61dc7ed6a4dfdd2a83c9 (patch)
tree331a60792c103ec9f6ba45b81b51094e171802df /.travis.yml
parent4ccf8aabdef2be5d52a91b24dd2e026dce85cdeb (diff)
downloadnewtype-eee66b517673da38e51b61dc7ed6a4dfdd2a83c9.tar.xz
newtype-eee66b517673da38e51b61dc7ed6a4dfdd2a83c9.zip
build: fix coverage conditions
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index eba74f0..a348464 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -30,5 +30,5 @@ install:
- sudo apt-get install cmake
script:
- - /usr/bin/cmake -S . -B build -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBUILD_TESTING=YES -DRUN_TESTS_AFTER_BUILD=YES -DENABLE_CODE_COVERAGE=YES -DPRINT_COVERAGE_REPORT=YES ..
+ - /usr/bin/cmake -S . -B build -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBUILD_TESTING=YES -DRUN_TESTS_AFTER_BUILD=YES -DENABLE_CODE_COVERAGE=YES -DPRINT_COVERAGE_REPORT=YES
- /usr/bin/cmake --build build --target all --parallel $(nproc)