aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorThéo Zimmermann2017-10-03 14:05:09 +0200
committerThéo Zimmermann2017-10-03 14:05:09 +0200
commit536053ed6f114905c3e594b789ed9456b1fcb99a (patch)
tree42ef6e64aa19b6af35d7a070c8d9c0cdfddc2e95 /dev
parent723b1cbb1a3b0933abf5a78a2fbcdd7bdfc5cc23 (diff)
Fix GeoCoq build by using a shared CI configure.
See also GeoCoq/GeoCoq#7.
Diffstat (limited to 'dev')
-rwxr-xr-xdev/ci/ci-geocoq.sh6
1 files changed, 1 insertions, 5 deletions
diff --git a/dev/ci/ci-geocoq.sh b/dev/ci/ci-geocoq.sh
index eadeb7c38c..8e6448e764 100755
--- a/dev/ci/ci-geocoq.sh
+++ b/dev/ci/ci-geocoq.sh
@@ -8,9 +8,5 @@ GeoCoq_CI_DIR=${CI_BUILD_DIR}/GeoCoq
git_checkout ${GeoCoq_CI_BRANCH} ${GeoCoq_CI_GITURL} ${GeoCoq_CI_DIR}
( cd ${GeoCoq_CI_DIR} && \
- ./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 && \
+ ./configure-ci.sh && \
make )