diff options
Diffstat (limited to 'dev')
| -rwxr-xr-x | dev/ci/ci-basic-overlay.sh | 5 | ||||
| -rwxr-xr-x | dev/ci/ci-tlc.sh | 8 |
2 files changed, 11 insertions, 2 deletions
diff --git a/dev/ci/ci-basic-overlay.sh b/dev/ci/ci-basic-overlay.sh index 8db0087e3c..5139113083 100755 --- a/dev/ci/ci-basic-overlay.sh +++ b/dev/ci/ci-basic-overlay.sh @@ -188,8 +188,9 @@ ######################################################################## # TLC ######################################################################## -: "${tlc_CI_REF:=master}" -: "${tlc_CI_GITURL:=https://gforge.inria.fr/git/tlc/tlc}" +: "${tlc_CI_REF:=master-for-coq-ci}" +: "${tlc_CI_GITURL:=https://github.com/charguer/tlc}" +: "${tlc_CI_ARCHIVEURL:=${tlc_CI_GITURL}/archive}" ######################################################################## # Bignums diff --git a/dev/ci/ci-tlc.sh b/dev/ci/ci-tlc.sh new file mode 100755 index 0000000000..9802fc4ae1 --- /dev/null +++ b/dev/ci/ci-tlc.sh @@ -0,0 +1,8 @@ +#!/usr/bin/env bash + +ci_dir="$(dirname "$0")" +. "${ci_dir}/ci-common.sh" + +git_download tlc + +( cd "${CI_BUILD_DIR}/tlc" && make && make install ) |
