From f10d9fefdaf694253495c1ecf2e57ce5099b9375 Mon Sep 17 00:00:00 2001 From: Gaƫtan Gilbert Date: Wed, 13 Dec 2017 15:13:17 +0100 Subject: Put bignums, math-classes and corn dependencies in Makefile --- dev/ci/ci-wrapper.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'dev/ci/ci-wrapper.sh') diff --git a/dev/ci/ci-wrapper.sh b/dev/ci/ci-wrapper.sh index 96acc5a11c..a21bf9f38c 100755 --- a/dev/ci/ci-wrapper.sh +++ b/dev/ci/ci-wrapper.sh @@ -13,7 +13,8 @@ function travis_fold { fi } -CI_SCRIPT="$1" +CI_NAME="$1" +CI_SCRIPT="ci-${CI_NAME}.sh" DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" # assume this script is in dev/ci/, cd to the root Coq directory cd "${DIR}/../.." @@ -22,3 +23,5 @@ cd "${DIR}/../.." travis_fold 'start' 'coq.test.timing' && echo 'Aggregating timing log...' python ./tools/make-one-time-file.py time-of-build.log travis_fold 'end' 'coq.test.timing' + +touch "_build_ci/.ci-${CI_NAME}.done" -- cgit v1.2.3