aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/ci-unicoq.sh
diff options
context:
space:
mode:
authorThéo Zimmermann2020-06-15 19:08:28 +0200
committerThéo Zimmermann2020-06-15 19:08:28 +0200
commita006765a56f2af1e0726fa1dd502bf6e9b5d8ced (patch)
tree824a768eadcb82bcf9e41c0f37da4a7f9bfc4199 /dev/ci/ci-unicoq.sh
parent90345eb092f9e3fc7ef1bdfe7f61cb913cb53d18 (diff)
parentd0087639010e10a6e207836c837b7f61c9cb2e55 (diff)
Merge PR #12509: updated ci for unicoq
Reviewed-by: Zimmi48
Diffstat (limited to 'dev/ci/ci-unicoq.sh')
-rwxr-xr-xdev/ci/ci-unicoq.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ci/ci-unicoq.sh b/dev/ci/ci-unicoq.sh
index 36acb115e9..df1d9cceb8 100755
--- a/dev/ci/ci-unicoq.sh
+++ b/dev/ci/ci-unicoq.sh
@@ -5,4 +5,4 @@ ci_dir="$(dirname "$0")"
git_download unicoq
-( cd "${CI_BUILD_DIR}/unicoq" && coq_makefile -f Make -o Makefile && make && make install )
+( cd "${CI_BUILD_DIR}/unicoq" && coq_makefile -f _CoqProject -o Makefile && make && make install )