aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/ci-ltac2.sh
diff options
context:
space:
mode:
authorMaxime Dénès2017-11-13 11:24:12 +0100
committerMaxime Dénès2017-11-13 11:24:12 +0100
commit986c878290564668202c9c6bb6ea393ac7ce2233 (patch)
tree86a7728c29d76b576f86bf919cf3d0f72067e0c7 /dev/ci/ci-ltac2.sh
parentb75f803afb3189a9f3b594a190fdb8d6207e7624 (diff)
parente9d6634c7706479f336f01019d4cfb98d15525a3 (diff)
Merge PR #6071: [ci] Add Ltac2
Diffstat (limited to 'dev/ci/ci-ltac2.sh')
-rwxr-xr-xdev/ci/ci-ltac2.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/dev/ci/ci-ltac2.sh b/dev/ci/ci-ltac2.sh
new file mode 100755
index 0000000000..4865be31ec
--- /dev/null
+++ b/dev/ci/ci-ltac2.sh
@@ -0,0 +1,10 @@
+#!/usr/bin/env bash
+
+ci_dir="$(dirname "$0")"
+source ${ci_dir}/ci-common.sh
+
+ltac2_CI_DIR=${CI_BUILD_DIR}/coq-dpdgraph
+
+git_checkout ${ltac2_CI_BRANCH} ${ltac2_CI_GITURL} ${ltac2_CI_DIR}
+
+( cd ${ltac2_CI_DIR} && make -j ${NJOBS} && make tests && make install )