diff options
| author | Emilio Jesus Gallego Arias | 2017-03-06 16:33:47 +0100 |
|---|---|---|
| committer | Maxime Dénès | 2017-03-10 09:19:16 +0100 |
| commit | d30d5a9b32e020586d265f8e879c287269c17575 (patch) | |
| tree | d0466aafd343aa0e944afec88c0ac047ecd32d87 | |
| parent | a99eea5165da3d91fe1d4b6560f9c53986c0c632 (diff) | |
[travis] Move GeoCoq to allow fail.
We need to agree a bit more with upstream.
| -rw-r--r-- | .travis.yml | 4 | ||||
| -rwxr-xr-x | dev/ci/ci-geocoq.sh | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index de16f2d0b4..f609852bc3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,6 @@ env: - TEST_TARGET="ci-color" - TEST_TARGET="ci-compcert" - TEST_TARGET="ci-coquelicot" - - TEST_TARGET="ci-cpdt" - TEST_TARGET="ci-geocoq" - TEST_TARGET="ci-fiat-crypto" - TEST_TARGET="ci-flocq" @@ -38,13 +37,14 @@ env: - TEST_TARGET="ci-sf" - TEST_TARGET="ci-unimath" # Not ready yet for 8.7 + # - TEST_TARGET="ci-cpdt" # - TEST_TARGET="ci-metacoq" # - TEST_TARGET="ci-tlc" matrix: allow_failures: - - env: TEST_TARGET="ci-cpdt" + - env: TEST_TARGET="ci-geocoq" # Full Coq test-suite with two compilers # [TODO: use yaml refs and avoid duplication for packages list] 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} ) |
