From 9826bbd4eb1ded394d38a94abff25baa71823221 Mon Sep 17 00:00:00 2001 From: Matthieu Sozeau Date: Sun, 22 Oct 2017 10:46:14 +0200 Subject: Add Equations to CI --- dev/ci/ci-equations.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 dev/ci/ci-equations.sh (limited to 'dev/ci/ci-equations.sh') diff --git a/dev/ci/ci-equations.sh b/dev/ci/ci-equations.sh new file mode 100755 index 0000000000..f7470463d9 --- /dev/null +++ b/dev/ci/ci-equations.sh @@ -0,0 +1,10 @@ +#!/usr/bin/env bash + +ci_dir="$(dirname "$0")" +source ${ci_dir}/ci-common.sh + +Equations_CI_DIR=${CI_BUILD_DIR}/Equations + +git_checkout ${Equations_CI_BRANCH} ${Equations_CI_GITURL} ${Equations_CI_DIR} + +( cd ${Equations_CI_DIR} && coq_makefile -f _CoqProject -o Makefile && make -j ${NJOBS} && make -j ${NJOBS} test-suite && make -j ${NJOBS} examples && make install) -- cgit v1.2.3