diff options
| author | Gaëtan Gilbert | 2018-11-12 18:50:52 +0100 |
|---|---|---|
| committer | Gaëtan Gilbert | 2018-11-12 18:50:52 +0100 |
| commit | 816b9053ef9c270675878a425a39101fa2c055fd (patch) | |
| tree | 074a231497f8df4bd01b902b212707eed19a5a63 /dev | |
| parent | 835ab6b50a4c3c0f7c4623bebf3c95f4fa49a79d (diff) | |
Skip submodules in HoTT CI script.
Avoid downloading Coq.
Diffstat (limited to 'dev')
| -rwxr-xr-x | dev/ci/ci-hott.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ci/ci-hott.sh b/dev/ci/ci-hott.sh index 7eeeb09372..c8e6fe690f 100755 --- a/dev/ci/ci-hott.sh +++ b/dev/ci/ci-hott.sh @@ -5,4 +5,4 @@ ci_dir="$(dirname "$0")" git_download HoTT -( cd "${CI_BUILD_DIR}/HoTT" && ./autogen.sh && ./configure && make && make validate ) +( cd "${CI_BUILD_DIR}/HoTT" && ./autogen.sh -skip-submodules && ./configure && make && make validate ) |
