diff options
| author | Emilio Jesus Gallego Arias | 2018-11-12 19:54:01 +0100 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2018-11-12 19:54:01 +0100 |
| commit | 1294e1255f3e29609498ba6620c9c8a7010e3003 (patch) | |
| tree | 55fc95e680c13da09ae135c0370ef23590248836 /dev | |
| parent | fab415e89b864947ac878ccfd485229e9801ddf3 (diff) | |
| parent | 816b9053ef9c270675878a425a39101fa2c055fd (diff) | |
Merge PR #8979: Skip submodules in HoTT CI script.
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 ) |
