summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJose Fonseca <jfonseca@vmware.com>2015-08-27 17:57:01 +0100
committerJose Fonseca <jfonseca@vmware.com>2015-08-27 17:57:01 +0100
commit300783a04273fa1a7527f44535bd3f5c87b315be (patch)
tree19408aeef6d902404c3700477ebdf341267095e7 /.travis.yml
parentd497b8dc245649e9b7fc5be76c4a77203dbf208b (diff)
travis: Separate commands for each target.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 2ae23016..c654dc58 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -58,6 +58,8 @@ script:
wget -q -O - https://github.com/apitrace/dxsdk/archive/master.tar.gz | tar -xz
fi
- cmake -H. -Bbuild $CMAKE_OPTIONS
-- cmake --build build --use-stderr -- -k all check package
+- cmake --build build --use-stderr -- -k
+- cmake --build build --use-stderr --target check -- -k
+- cmake --build build --use-stderr --target package -- -k
# vim: set sw=2 et :