diff options
| author | Maxime Dénès | 2017-07-31 15:26:20 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2017-07-31 15:26:20 +0200 |
| commit | 9a872809b246bb6af0c177d530581f7c0c36583f (patch) | |
| tree | 73c0f620e14161003b99960fa73faa452b2e392f /dev/ci | |
| parent | 17f37f42792b3150fcebb6236b9896845957b89d (diff) | |
| parent | 8a5d161099900945df98c56fd7fffa30fca9fb44 (diff) | |
Merge PR #746: Timing on ci via coq_makefile for various projects
Diffstat (limited to 'dev/ci')
| -rwxr-xr-x | dev/ci/ci-hott.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ci/ci-hott.sh b/dev/ci/ci-hott.sh index 693135a4c9..1bf6e9a872 100755 --- a/dev/ci/ci-hott.sh +++ b/dev/ci/ci-hott.sh @@ -7,4 +7,4 @@ HoTT_CI_DIR=${CI_BUILD_DIR}/HoTT git_checkout ${HoTT_CI_BRANCH} ${HoTT_CI_GITURL} ${HoTT_CI_DIR} -( cd ${HoTT_CI_DIR} && ./autogen.sh && ./configure && make ) +( cd ${HoTT_CI_DIR} && ./autogen.sh && ./configure && make -j ${NJOBS} ) |
