aboutsummaryrefslogtreecommitdiff
path: root/dev/ci
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2017-03-06 16:33:47 +0100
committerEmilio Jesus Gallego Arias2017-03-09 14:50:51 +0100
commitae5ae4967c423a26b99666dcce441236dd7b9a7b (patch)
treed894d4725fdb9638e87b1e26e7e1ad3bb38c896d /dev/ci
parent02371a70f708d542907f72a7a8b61165b7e941a7 (diff)
[travis] Move GeoCoq to allow fail.
We need to agree a bit more with upstream.
Diffstat (limited to 'dev/ci')
-rwxr-xr-xdev/ci/ci-geocoq.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev/ci/ci-geocoq.sh b/dev/ci/ci-geocoq.sh
index ce870e52b5..29667b018a 100755
--- a/dev/ci/ci-geocoq.sh
+++ b/dev/ci/ci-geocoq.sh
@@ -12,5 +12,7 @@ git_checkout ${GeoCoq_CI_BRANCH} ${GeoCoq_CI_GITURL} GeoCoq
( cd GeoCoq && \
./configure.sh && \
sed -i.bak '/Ch16_coordinates_with_functions\.v/d' Make && \
+ sed -i.bak '/Elements\/Book_1\.v/d' Make && \
+ sed -i.bak '/Elements\/Book_3\.v/d' Make && \
coq_makefile -f Make -o Makefile && \
make -j ${NJOBS} )