Skip to content

Commit

Permalink
updated ci for unicoq
Browse files Browse the repository at this point in the history
  • Loading branch information
beta-ziliani authored and Zimmi48 committed Jun 15, 2020
1 parent 13e8d04 commit d008763
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev/ci/ci-basic-overlay.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
########################################################################
# Unicoq + Mtac2
########################################################################
: "${unicoq_CI_REF:=68ed13294ea8860a8c39950f7ca2ff0aa7211b9f}"
: "${unicoq_CI_REF:=master}"
: "${unicoq_CI_GITURL:=https://github.com/unicoq/unicoq}"
: "${unicoq_CI_ARCHIVEURL:=${unicoq_CI_GITURL}/archive}"

Expand Down
2 changes: 1 addition & 1 deletion dev/ci/ci-unicoq.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 )

0 comments on commit d008763

Please sign in to comment.