diff options
| author | Gaëtan Gilbert | 2018-05-16 19:52:17 +0200 |
|---|---|---|
| committer | Gaëtan Gilbert | 2018-05-16 19:52:17 +0200 |
| commit | f01a1e45902bcd7ee077ead7037c809d776f35d2 (patch) | |
| tree | af65cfaa3463bf0711f037935b7735ce9a6713a9 /dev/ci/ci-vst.sh | |
| parent | aca979230e6ff72913c63b844954f1ec9dc24d61 (diff) | |
| parent | ed91bf1fce168026675f986a0069ca596ad2b806 (diff) | |
Merge PR #7514: [ci] Don't build lite versions of CI developments.
Diffstat (limited to 'dev/ci/ci-vst.sh')
| -rwxr-xr-x | dev/ci/ci-vst.sh | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/dev/ci/ci-vst.sh b/dev/ci/ci-vst.sh index 79001c547b..7a097eaab4 100755 --- a/dev/ci/ci-vst.sh +++ b/dev/ci/ci-vst.sh @@ -5,9 +5,6 @@ ci_dir="$(dirname "$0")" VST_CI_DIR="${CI_BUILD_DIR}/VST" -# opam install -j ${NJOBS} -y menhir git_checkout "${VST_CI_BRANCH}" "${VST_CI_GITURL}" "${VST_CI_DIR}" -# We have to omit progs as otherwise we timeout on Travis; on Gitlab -# we will be able to just use `make` -( cd "${VST_CI_DIR}" && make IGNORECOQVERSION=true -o progs ) +( cd "${VST_CI_DIR}" && make IGNORECOQVERSION=true ) |
