aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev/ci/ci-geocoq.sh
diff options
context:
space:
mode:
authorGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2017-03-06 16:33:47 +0100
committerGravatar Maxime Dénès <mail@maximedenes.fr>2017-03-10 09:19:16 +0100
commitd30d5a9b32e020586d265f8e879c287269c17575 (patch)
treed0466aafd343aa0e944afec88c0ac047ecd32d87 /dev/ci/ci-geocoq.sh
parenta99eea5165da3d91fe1d4b6560f9c53986c0c632 (diff)
[travis] Move GeoCoq to allow fail.
We need to agree a bit more with upstream.
Diffstat (limited to 'dev/ci/ci-geocoq.sh')
-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 ce870e52b..29667b018 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} )