aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev/ci
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2017-11-30 10:33:19 +0100
committerGravatar Maxime Dénès <mail@maximedenes.fr>2017-11-30 10:33:19 +0100
commitee45637ac2431fe2df1994f2337d8801e2aeff9a (patch)
tree22bc71a5e55443ed721d5e43f89ee35a1d904dd1 /dev/ci
parente80e40120e9e65362d5dfae12e0200ecf1beaea6 (diff)
parent1d9fc1f1fa1bd728015293191c424f6403e69c42 (diff)
Merge PR #6269: [ci] [vst] Shorten compilation time to avoid Travis timeouts.
Diffstat (limited to 'dev/ci')
-rwxr-xr-xdev/ci/ci-vst.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/ci/ci-vst.sh b/dev/ci/ci-vst.sh
index 5bfc408e9..5760fbafb 100755
--- a/dev/ci/ci-vst.sh
+++ b/dev/ci/ci-vst.sh
@@ -8,6 +8,6 @@ VST_CI_DIR=${CI_BUILD_DIR}/VST
# opam install -j ${NJOBS} -y menhir
git_checkout ${VST_CI_BRANCH} ${VST_CI_GITURL} ${VST_CI_DIR}
-# Targets are: msl veric floyd
+# Targets are: msl veric floyd progs , we remove progs to save time
# Patch to avoid the upper version limit
-( cd ${VST_CI_DIR} && make IGNORECOQVERSION=true )
+( cd ${VST_CI_DIR} && make IGNORECOQVERSION=true .loadpath version.vo msl veric floyd )