aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorMaxime Dénès2017-03-10 09:16:29 +0100
committerMaxime Dénès2017-03-10 09:17:59 +0100
commit9add418e7699a812e7cf5257680a7550234deb2a (patch)
tree5d518d51ebc49c7bdcb2efdc562308dfc848f3d3 /dev
parentcae09e5af6cf31d96662b1b66a63c6a236a8e741 (diff)
parentae5ae4967c423a26b99666dcce441236dd7b9a7b (diff)
Merge PR#468: [travis] Fix GeoCoq and move it to allow fail.
Diffstat (limited to 'dev')
-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} )