aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/ci-unimath.sh
diff options
context:
space:
mode:
authorMaxime Dénès2017-06-19 23:13:51 +0200
committerMaxime Dénès2017-06-19 23:13:51 +0200
commit42dc29090208f5da83dd71fb99f975db542fe49b (patch)
tree9a1059c2a8b9168bab0eaadc6112031da533d2bc /dev/ci/ci-unimath.sh
parentd7bb51c69b5a274e341b1a6776baa965d98b3177 (diff)
parentb207b8e6953d76af98e1d18983fb1467fc8fe8f5 (diff)
Merge PR#792: Fix ci-fiat-crypto to have a proper lite target
Diffstat (limited to 'dev/ci/ci-unimath.sh')
-rwxr-xr-xdev/ci/ci-unimath.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ci/ci-unimath.sh b/dev/ci/ci-unimath.sh
index 175b82b5f9..66b56add77 100755
--- a/dev/ci/ci-unimath.sh
+++ b/dev/ci/ci-unimath.sh
@@ -10,5 +10,5 @@ git_checkout ${UniMath_CI_BRANCH} ${UniMath_CI_GITURL} ${UniMath_CI_DIR}
( cd ${UniMath_CI_DIR} && \
sed -i.bak '/Folds/d' Makefile && \
sed -i.bak '/HomologicalAlgebra/d' Makefile && \
- make -j ${NJOBS} BUILD_COQ=no )
+ make BUILD_COQ=no )