aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
Commit message (Collapse)AuthorAge
...
* | Travis: add -warn-error targets (standard and 4.04.1 ocaml)Gravatar Gaetan Gilbert2017-05-17
| |
* | Travis: deduplicate package list for coqide+documentation targetsGravatar Gaetan Gilbert2017-05-17
| |
* | Travis: do not run the tests if building Coq failsGravatar Gaetan Gilbert2017-05-17
| |
* | [travis] Update OCaml to 4.04.1Gravatar Emilio Jesus Gallego Arias2017-05-13
| |
* | [travis] Move VST to required suite.Gravatar Emilio Jesus Gallego Arias2017-05-13
| |
| * Put .travis.yml in alphabetical orderGravatar Jason Gross2017-05-09
| |
| * Add bmsherman/topology to the ciGravatar Jason Gross2017-05-01
| | | | | | | | | | This development of @bmsherman tests universe polymorphism and setoid rewriting in type, and should build with v8.6 and trunk.
* | Merge branch 'v8.6'Gravatar Pierre-Marie Pédrot2017-04-27
|\|
* | [travis] Pin camlp5 to the minimal version 6.14 for 4.02.3Gravatar Emilio Jesus Gallego Arias2017-04-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | We now test: - 4.02.3 + 6.14 [and 32bits of those] - 4.04.0 + 6.17 this looks like what the official support set should be for 8.7, given that both Ubuntu and Debian will ship the first, then switch to the latter. We also pin xmlm to version 1.2.0 to workaround bug https://github.com/ocaml/opam-repository/issues/8815
| * Add bedrock targets src and facadeGravatar Jason Gross2017-04-20
| |
* | [travis] Add webhook to Gitter.Gravatar Théo Zimmermann2017-04-06
| |
| * [travis] Backport from trunk: VSTGravatar Emilio Jesus Gallego Arias2017-03-24
| |
* | [travis] Add VSTGravatar Emilio Jesus Gallego Arias2017-03-24
| |
| * [travis] [8.6.only] Backport latest changes from trunk.Gravatar Emilio Jesus Gallego Arias2017-03-22
| |
* | [ci] Document that sudo: false is slowerGravatar Tej Chajed2017-03-10
| |
| * [travis] Move GeoCoq to allow fail.Gravatar Emilio Jesus Gallego Arias2017-03-10
| | | | | | | | We need to agree a bit more with upstream.
* | [travis] Move GeoCoq to allow fail.Gravatar Emilio Jesus Gallego Arias2017-03-09
| | | | | | | | We need to agree a bit more with upstream.
| * [travis] Backport trunk's travis support.Gravatar Emilio Jesus Gallego Arias2017-03-02
|
* [travis] [External CI] fiat-parsersGravatar Emilio Jesus Gallego Arias2017-02-24
|
* [travis] [External CI] CompCert official 8.6 support + UniMathGravatar Emilio Jesus Gallego Arias2017-02-15
|
* [travis] [External CI] GeoCoqGravatar Emilio Jesus Gallego Arias2017-02-07
|
* [travis] Enable 32bit test-suite + validate.Gravatar Emilio Jesus Gallego Arias2017-02-07
|
* [travis] [External CI] C-Corn color coquelicot cpdt fiat-crypto floqc ↵Gravatar Emilio Jesus Gallego Arias2017-02-07
| | | | | | iris-coq math-classes sf - [TLC] [metacoq] not ready for 8.6 yet
* [travis] [External CI] Script renaming.Gravatar Emilio Jesus Gallego Arias2017-02-07
|
* [travis] Improvements to main scriptGravatar Emilio Jesus Gallego Arias2017-02-07
| | | | | | | | | | | | | | | | | | | | | | | | | - Add README.ci Suggestions and comments welcome. - Use the system compiler to get some boot speedup. - Build log folding. - Set NJOBS=2 (very moderate speedup) - Set language to a defined value. OPAM itself recommends C, so we follow suit. - Remove spurious `.opam`test No harm in testing we are in the right opam setting even if the cache did exist. Anyways, it seems that the previous was spurious, as it was testing if ~/coq/.opam did exists. I think the correct command would have been: ```shell [ -e ${HOME}/.opam ] || opam init ... ``` See the log at https://travis-ci.org/coq/coq/builds/198948812 for an example.
* [travis] [External CI] compcert HoTT math-compGravatar Emilio Jesus Gallego Arias2017-02-07
| | | | | | - Improve the setup to support external contribs. We use a more minimalistic Coq build, gaining a few extra minutes. - [math-comp] workaround `make -j` bug to enable parallel building.
* [travis] Run tests using a parallel matrix.Gravatar Emilio Jesus Gallego Arias2017-02-06
| | | | We also optimize `travis_wait` use.
* [travis] : more apt deps + parallel jobs + non-container basedGravatar Pierre-Yves Strub2017-02-04
|
* [travis] CoqIde + doc + last available LSTGravatar Pierre-Yves Strub2017-02-04
|
* Travis CI configuration. Runs validate & test-suite.Gravatar Pierre-Yves Strub2017-02-03