aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2018-12-19 11:27:47 -0500
committerGravatar Jason Gross <jasongross9@gmail.com>2018-12-20 12:29:31 -0500
commit96296137505331ebddddd1e17b4aed994f2118e7 (patch)
treeec6b54090f03970f3f0b2c5ecdc3eccb58f6cb07 /.travis.yml
parent4ce0912a2e0db2f4cb9711d842cf90275d8849d8 (diff)
Update .travis.yml
Update 8.8.0 to 8.8.2, add v8.9 branch
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml57
1 files changed, 47 insertions, 10 deletions
diff --git a/.travis.yml b/.travis.yml
index c7988dc90..d9b6ca309 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -50,6 +50,10 @@ jobs:
allow_failure: true
script: CUR=early ./etc/ci/travis.sh some-early util
- stage: some-early util
+ env: COQ_VERSION="v8.9" COQ_PACKAGE="coq" PPA="ppa:jgross-h/coq-8.9-daily"
+ allow_failure: true
+ script: CUR=early ./etc/ci/travis.sh some-early util
+ - stage: some-early util
env: COQ_VERSION="v8.8" COQ_PACKAGE="coq" PPA="ppa:jgross-h/coq-8.8-daily"
allow_failure: true
script: CUR=early ./etc/ci/travis.sh some-early util
@@ -58,7 +62,7 @@ jobs:
allow_failure: true
script: CUR=early ./etc/ci/travis.sh some-early util
- stage: some-early util
- env: COQ_VERSION="8.8.0" COQ_PACKAGE="coq-8.8.0" PPA="ppa:jgross-h/many-coq-versions"
+ env: COQ_VERSION="8.8.2" COQ_PACKAGE="coq-8.8.2" PPA="ppa:jgross-h/many-coq-versions"
script: CUR=early ./etc/ci/travis.sh some-early util
- stage: some-early util
env: COQ_VERSION="8.7.2" COQ_PACKAGE="coq-8.7.2" PPA="ppa:jgross-h/many-coq-versions"
@@ -69,6 +73,10 @@ jobs:
allow_failure: true
script: PREV=early CUR=lite ./etc/ci/travis.sh printlite lite
- stage: printlite lite
+ env: COQ_VERSION="v8.9" COQ_PACKAGE="coq" PPA="ppa:jgross-h/coq-8.9-daily"
+ allow_failure: true
+ script: PREV=early CUR=lite ./etc/ci/travis.sh printlite lite
+ - stage: printlite lite
env: COQ_VERSION="v8.8" COQ_PACKAGE="coq" PPA="ppa:jgross-h/coq-8.8-daily"
allow_failure: true
script: PREV=early CUR=lite ./etc/ci/travis.sh printlite lite
@@ -77,7 +85,7 @@ jobs:
allow_failure: true
script: PREV=early CUR=lite ./etc/ci/travis.sh printlite lite
- stage: printlite lite
- env: COQ_VERSION="8.8.0" COQ_PACKAGE="coq-8.8.0" PPA="ppa:jgross-h/many-coq-versions"
+ env: COQ_VERSION="8.8.2" COQ_PACKAGE="coq-8.8.2" PPA="ppa:jgross-h/many-coq-versions"
script: PREV=early CUR=lite ./etc/ci/travis.sh printlite lite
- stage: printlite lite
env: COQ_VERSION="8.7.2" COQ_PACKAGE="coq-8.7.2" PPA="ppa:jgross-h/many-coq-versions"
@@ -85,15 +93,22 @@ jobs:
- stage: pre-standalone
env: COQ_VERSION="master" COQ_PACKAGE="coq" PPA="ppa:jgross-h/coq-master-daily"
+ allow_failure: true
+ script: PREV=lite CUR=pre-standalone ./etc/ci/travis.sh pre-standalone
+ - stage: pre-standalone
+ env: COQ_VERSION="v8.9" COQ_PACKAGE="coq" PPA="ppa:jgross-h/coq-8.9-daily"
+ allow_failure: true
script: PREV=lite CUR=pre-standalone ./etc/ci/travis.sh pre-standalone
- stage: pre-standalone
env: COQ_VERSION="v8.8" COQ_PACKAGE="coq" PPA="ppa:jgross-h/coq-8.8-daily"
+ allow_failure: true
script: PREV=lite CUR=pre-standalone ./etc/ci/travis.sh pre-standalone
- stage: pre-standalone
env: COQ_VERSION="v8.7" COQ_PACKAGE="coq" PPA="ppa:jgross-h/coq-8.7-daily"
+ allow_failure: true
script: PREV=lite CUR=pre-standalone ./etc/ci/travis.sh pre-standalone
- stage: pre-standalone
- env: COQ_VERSION="8.8.0" COQ_PACKAGE="coq-8.8.0" PPA="ppa:jgross-h/many-coq-versions"
+ env: COQ_VERSION="8.8.2" COQ_PACKAGE="coq-8.8.2" PPA="ppa:jgross-h/many-coq-versions"
script: PREV=lite CUR=pre-standalone ./etc/ci/travis.sh pre-standalone
- stage: pre-standalone
env: COQ_VERSION="8.7.2" COQ_PACKAGE="coq-8.7.2" PPA="ppa:jgross-h/many-coq-versions"
@@ -101,15 +116,22 @@ jobs:
- stage: new-pipeline
env: COQ_VERSION="master" COQ_PACKAGE="coq" PPA="ppa:jgross-h/coq-master-daily"
+ allow_failure: true
+ script: PREV=pre-standalone CUR=new-pipeline ./etc/ci/travis.sh new-pipeline
+ - stage: new-pipeline
+ env: COQ_VERSION="v8.9" COQ_PACKAGE="coq" PPA="ppa:jgross-h/coq-8.9-daily"
+ allow_failure: true
script: PREV=pre-standalone CUR=new-pipeline ./etc/ci/travis.sh new-pipeline
- stage: new-pipeline
env: COQ_VERSION="v8.8" COQ_PACKAGE="coq" PPA="ppa:jgross-h/coq-8.8-daily"
+ allow_failure: true
script: PREV=pre-standalone CUR=new-pipeline ./etc/ci/travis.sh new-pipeline
- stage: new-pipeline
env: COQ_VERSION="v8.7" COQ_PACKAGE="coq" PPA="ppa:jgross-h/coq-8.7-daily"
+ allow_failure: true
script: PREV=pre-standalone CUR=new-pipeline ./etc/ci/travis.sh new-pipeline
- stage: new-pipeline
- env: COQ_VERSION="8.8.0" COQ_PACKAGE="coq-8.8.0" PPA="ppa:jgross-h/many-coq-versions"
+ env: COQ_VERSION="8.8.2" COQ_PACKAGE="coq-8.8.2" PPA="ppa:jgross-h/many-coq-versions"
script: PREV=pre-standalone CUR=new-pipeline ./etc/ci/travis.sh new-pipeline
- stage: new-pipeline
env: COQ_VERSION="8.7.2" COQ_PACKAGE="coq-8.7.2" PPA="ppa:jgross-h/many-coq-versions"
@@ -117,15 +139,22 @@ jobs:
- stage: no-curves-proofs-non-specific
env: COQ_VERSION="master" COQ_PACKAGE="coq" PPA="ppa:jgross-h/coq-master-daily"
+ allow_failure: true
+ script: PREV=new-pipeline CUR=no-curves-proofs-non-specific ./etc/ci/travis.sh no-curves-proofs-non-specific
+ - stage: no-curves-proofs-non-specific
+ env: COQ_VERSION="v8.9" COQ_PACKAGE="coq" PPA="ppa:jgross-h/coq-8.9-daily"
+ allow_failure: true
script: PREV=new-pipeline CUR=no-curves-proofs-non-specific ./etc/ci/travis.sh no-curves-proofs-non-specific
- stage: no-curves-proofs-non-specific
env: COQ_VERSION="v8.8" COQ_PACKAGE="coq" PPA="ppa:jgross-h/coq-8.8-daily"
+ allow_failure: true
script: PREV=new-pipeline CUR=no-curves-proofs-non-specific ./etc/ci/travis.sh no-curves-proofs-non-specific
- stage: no-curves-proofs-non-specific
env: COQ_VERSION="v8.7" COQ_PACKAGE="coq" PPA="ppa:jgross-h/coq-8.7-daily"
+ allow_failure: true
script: PREV=new-pipeline CUR=no-curves-proofs-non-specific ./etc/ci/travis.sh no-curves-proofs-non-specific
- stage: no-curves-proofs-non-specific
- env: COQ_VERSION="8.8.0" COQ_PACKAGE="coq-8.8.0" PPA="ppa:jgross-h/many-coq-versions"
+ env: COQ_VERSION="8.8.2" COQ_PACKAGE="coq-8.8.2" PPA="ppa:jgross-h/many-coq-versions"
script: PREV=new-pipeline CUR=no-curves-proofs-non-specific ./etc/ci/travis.sh no-curves-proofs-non-specific
- stage: no-curves-proofs-non-specific
env: COQ_VERSION="8.7.2" COQ_PACKAGE="coq-8.7.2" PPA="ppa:jgross-h/many-coq-versions"
@@ -136,6 +165,10 @@ jobs:
allow_failure: true
script: PREV=no-curves-proofs-non-specific CUR=curves-proofs ./etc/ci/travis.sh curves-proofs
- stage: curves-proofs
+ env: COQ_VERSION="v8.9" COQ_PACKAGE="coq" PPA="ppa:jgross-h/coq-8.9-daily"
+ allow_failure: true
+ script: PREV=no-curves-proofs-non-specific CUR=curves-proofs ./etc/ci/travis.sh curves-proofs
+ - stage: curves-proofs
env: COQ_VERSION="v8.8" COQ_PACKAGE="coq" PPA="ppa:jgross-h/coq-8.8-daily"
allow_failure: true
script: PREV=no-curves-proofs-non-specific CUR=curves-proofs ./etc/ci/travis.sh curves-proofs
@@ -144,7 +177,7 @@ jobs:
allow_failure: true
script: PREV=no-curves-proofs-non-specific CUR=curves-proofs ./etc/ci/travis.sh curves-proofs
- stage: curves-proofs
- env: COQ_VERSION="8.8.0" COQ_PACKAGE="coq-8.8.0" PPA="ppa:jgross-h/many-coq-versions"
+ env: COQ_VERSION="8.8.2" COQ_PACKAGE="coq-8.8.2" PPA="ppa:jgross-h/many-coq-versions"
script: PREV=no-curves-proofs-non-specific CUR=curves-proofs ./etc/ci/travis.sh curves-proofs
- stage: curves-proofs
env: COQ_VERSION="8.7.2" COQ_PACKAGE="coq-8.7.2" PPA="ppa:jgross-h/many-coq-versions"
@@ -155,6 +188,10 @@ jobs:
allow_failure: true
script: PREV=curves-proofs CUR=selected-specific ./etc/ci/travis.sh selected-specific selected-specific-display
- stage: selected-specific selected-specific-display
+ env: COQ_VERSION="v8.9" COQ_PACKAGE="coq" PPA="ppa:jgross-h/coq-8.9-daily"
+ allow_failure: true
+ script: PREV=curves-proofs CUR=selected-specific ./etc/ci/travis.sh selected-specific selected-specific-display
+ - stage: selected-specific selected-specific-display
env: COQ_VERSION="v8.8" COQ_PACKAGE="coq" PPA="ppa:jgross-h/coq-8.8-daily"
allow_failure: true
script: PREV=curves-proofs CUR=selected-specific ./etc/ci/travis.sh selected-specific selected-specific-display
@@ -163,28 +200,28 @@ jobs:
allow_failure: true
script: PREV=curves-proofs CUR=selected-specific ./etc/ci/travis.sh selected-specific selected-specific-display
- stage: selected-specific selected-specific-display
- env: COQ_VERSION="8.8.0" COQ_PACKAGE="coq-8.8.0" PPA="ppa:jgross-h/many-coq-versions"
+ env: COQ_VERSION="8.8.2" COQ_PACKAGE="coq-8.8.2" PPA="ppa:jgross-h/many-coq-versions"
script: PREV=curves-proofs CUR=selected-specific ./etc/ci/travis.sh selected-specific selected-specific-display
- stage: selected-specific selected-specific-display
env: COQ_VERSION="8.7.2" COQ_PACKAGE="coq-8.7.2" PPA="ppa:jgross-h/many-coq-versions"
script: PREV=curves-proofs CUR=selected-specific ./etc/ci/travis.sh selected-specific selected-specific-display
- stage: build-selected-test build-selected-bench
- env: COQ_VERSION="8.8.0" COQ_PACKAGE="coq-8.8.0" PPA="ppa:jgross-h/many-coq-versions"
+ env: COQ_VERSION="8.8.2" COQ_PACKAGE="coq-8.8.2" PPA="ppa:jgross-h/many-coq-versions"
script: PREV=selected-specific CUR=build-selected ./etc/ci/travis.sh build-selected-test build-selected-bench
- stage: build-selected-test build-selected-bench
env: COQ_VERSION="8.7.2" COQ_PACKAGE="coq-8.7.2" PPA="ppa:jgross-h/many-coq-versions"
script: PREV=selected-specific CUR=build-selected ./etc/ci/travis.sh build-selected-test build-selected-bench
- stage: standalone-ocaml
- env: COQ_VERSION="8.8.0" COQ_PACKAGE="coq-8.8.0" PPA="ppa:jgross-h/many-coq-versions"
+ env: COQ_VERSION="8.8.2" COQ_PACKAGE="coq-8.8.2" PPA="ppa:jgross-h/many-coq-versions"
script: PREV=build-selected CUR=standalone-ocaml ./etc/ci/travis.sh standalone-ocaml c-files test-c-files CC=gcc
- stage: standalone-ocaml
env: COQ_VERSION="8.7.2" COQ_PACKAGE="coq-8.7.2" PPA="ppa:jgross-h/many-coq-versions"
script: PREV=build-selected CUR=standalone-ocaml ./etc/ci/travis.sh standalone-ocaml c-files test-c-files CC=gcc
# - stage: selected-test selected-bench
-# env: COQ_VERSION="8.8.0" COQ_PACKAGE="coq-8.8.0" PPA="ppa:jgross-h/many-coq-versions"
+# env: COQ_VERSION="8.8.2" COQ_PACKAGE="coq-8.8.2" PPA="ppa:jgross-h/many-coq-versions"
# allow_failure: true
# script: PREV=standalone-ocaml CUR=selected-test-bench ./etc/ci/travis.sh selected-test selected-bench
# - stage: selected-test selected-bench