diff options
| author | Maxime Dénès | 2017-10-05 18:23:49 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2017-10-05 18:23:49 +0200 |
| commit | 85b1deda0348f1fd32f7019fb1e7bfabd297a751 (patch) | |
| tree | 1dfe7a3df1fef0672d2a6ee7529b7ae520ae789b /dev | |
| parent | 8b5f7ad0722e5ed1b87589ae103a1c4c5974416f (diff) | |
| parent | 0fe3775278112621f1c9cbf76282a20f48bec8d1 (diff) | |
Merge PR #1112: Fix GeoCoq CI and remove it from allowed failures
Diffstat (limited to 'dev')
| -rwxr-xr-x | dev/ci/ci-geocoq.sh | 6 |
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 ) |
