aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2018-11-04 12:51:57 +0100
committerDario Lombardo <lomato@gmail.com>2018-11-04 13:28:59 +0000
commit348333a100a35e7b7a23021ba5aeb19462192ba0 (patch)
tree2bf88fbb1a2855e71693089b3ae2a3f77998e325 /.travis.yml
parent4eeea57e2d42a8f952eac03608a25e0021d1ce73 (diff)
travis: use ctest directly (allows parallel execution).
Change-Id: I74b2eb852ab2bac6b5151916c8f5fa52f7f7de49 Reviewed-on: https://code.wireshark.org/review/30506 Reviewed-by: Peter Wu <peter@lekensteyn.nl> Reviewed-by: Dario Lombardo <lomato@gmail.com>
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 f77c098d36..3b4f79153f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -40,4 +40,4 @@ before_script:
- cmake -GNinja -DENABLE_PCAP=${PCAP} ..
script:
- ninja
- - if [ "$PCAP" == "ON" ]; then ninja test-programs && ninja test; fi
+ - if [ "$PCAP" == "ON" ]; then ninja test-programs && ctest -j; fi