diff options
| author | Pierre Letouzey | 2017-06-06 21:22:15 +0200 |
|---|---|---|
| committer | Pierre Letouzey | 2017-06-13 10:33:00 +0200 |
| commit | 0fd563c07433db5aad5c5a3f196ea692bb60c04e (patch) | |
| tree | 3194b732e6a1f88c3c677bed55e56ed021f6e869 /dev/ci/ci-color.sh | |
| parent | 08e86c0af77e83b8569fe611b9fb74e772d710a8 (diff) | |
[travis] extra test ci-bignums (+factorize other scripts)
Diffstat (limited to 'dev/ci/ci-color.sh')
| -rwxr-xr-x | dev/ci/ci-color.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dev/ci/ci-color.sh b/dev/ci/ci-color.sh index cb212e845c..57f569858b 100755 --- a/dev/ci/ci-color.sh +++ b/dev/ci/ci-color.sh @@ -7,9 +7,7 @@ Color_CI_DIR=${CI_BUILD_DIR}/color # Setup Bignums -git_checkout master https://github.com/coq/bignums.git bignums - -( cd bignums && make -j ${NJOBS} && make install ) +source ${ci_dir}/ci-bignums.sh # Compiles CoLoR |
