aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorThéo Zimmermann2020-04-03 09:25:17 +0200
committerThéo Zimmermann2020-04-03 14:40:46 +0200
commit57bb9a6ff1fa324c7bd918ab141678044504193d (patch)
treebcd1e3413857951c58307277343cb12a8e4f0917 /dev
parente46e37ddabcb5ef2d58fd09dcc0a13a4b42f6b93 (diff)
Fix CoRN CI script.
Auto-generated files like the Makefile have recently been removed from the sources (cf. coq-community/corn#88). Calling ./configure.sh is now required.
Diffstat (limited to 'dev')
-rwxr-xr-xdev/ci/ci-corn.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ci/ci-corn.sh b/dev/ci/ci-corn.sh
index 7d5d70cf90..a0c714884c 100755
--- a/dev/ci/ci-corn.sh
+++ b/dev/ci/ci-corn.sh
@@ -5,4 +5,4 @@ ci_dir="$(dirname "$0")"
git_download Corn
-( cd "${CI_BUILD_DIR}/Corn" && make && make install )
+( cd "${CI_BUILD_DIR}/Corn" && ./configure.sh && make && make install )