aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2018-11-12 19:54:01 +0100
committerEmilio Jesus Gallego Arias2018-11-12 19:54:01 +0100
commit1294e1255f3e29609498ba6620c9c8a7010e3003 (patch)
tree55fc95e680c13da09ae135c0370ef23590248836 /dev
parentfab415e89b864947ac878ccfd485229e9801ddf3 (diff)
parent816b9053ef9c270675878a425a39101fa2c055fd (diff)
Merge PR #8979: Skip submodules in HoTT CI script.
Diffstat (limited to 'dev')
-rwxr-xr-xdev/ci/ci-hott.sh2
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 )