Commit graph

156 commits

Author SHA1 Message Date
Sebastian Ullrich
39cf4b6a54 chore(.travis.yml): trigger AppVeyor nightly build from Travis 2018-04-13 16:44:27 +02:00
Sebastian Ullrich
fb22ef0fb2 chore(.appveyor,.travis): disable leanpkg registry tests 2018-04-12 18:32:20 +02:00
Sebastian Ullrich
43d923c908 chore(script): fix nightlies... finally? 2018-03-26 16:17:42 +02:00
Sebastian Ullrich
9d96f8dd62 chore(.appveyor.yml,.travis.yml): fix path to setup_nightly.sh 2018-03-21 10:44:06 +01:00
Sebastian Ullrich
c4cc8c88c0 chore(.travis.yml): don't test packages when building nightly 2018-03-20 15:14:45 -07:00
Sebastian Ullrich
e24735571a chore(.appveyor.yml,.travis.yml): use daily cron job for nightlies instead of first commit of the day
This makes sure the latest commit will always be included in a nightly after at
most 24 hours
2018-03-20 15:14:45 -07:00
Sebastian Ullrich
796baa19cb chore(.appveyor,.travis): proper nightly builds 2018-03-20 15:14:45 -07:00
Sebastian Ullrich
07bb7d809b
chore(.travis.yml): increase travis_wait timeout
By default, `travis_wait` kills the process after 20 minutes, so this could make test runs fail that actually would have succeeded before the change. Increase to maximum job runtime of 60 minutes.
2018-03-13 17:17:55 +01:00
Leonardo de Moura
69335ce540 chore(.travis.yml): add travis_wait
`ctest` is timing out in debug mode.
The `travis_wait` command extends the threshold to 20mins.
https://docs.travis-ci.com/user/common-build-problems/#Build-times-out-because-no-output-was-received
2018-02-27 11:30:45 -08:00
Sebastian Ullrich
6e02ce9b34 fix(.travis.yml): support combining $TEST_LEANPKG_REGISTRY and $UPLOAD 2017-12-22 11:54:29 +01:00
Sebastian Ullrich
5eaa6efab9 chore(.travis.yml): fix Travis on OS X 2017-12-21 08:28:44 -08:00
Sebastian Ullrich
7e4f348b8c chore(script/test_registry): Replace with leanpkg. Execute in every artifact-producing build configuration. 2017-12-20 14:01:45 -08:00
Scott Morrison
a395c26165 chore(.travis.yml): work around change in Travis OS X image 2017-12-15 10:41:09 +01:00
Sebastian Ullrich
650b4ab3dc chore(.travis.yml): undo Travis update
The test_registry test is failing because `python3` seems to have reverted to Python 3.4 in a Travis upgrade. Probably related to https://github.com/travis-ci/travis-ci/issues/8315#issuecomment-327537437.
2017-09-15 12:33:46 -07:00
Sebastian Ullrich
99b4c8714d chore(.appveyor.yml,.travis.yml): simplify using glob patterns 2017-07-26 17:13:34 +02:00
Sebastian Ullrich
a54ac12918 chore(.appveyor.yml,.travis.yml,CMakeLists): set Lean version string to "nightly" for nightly builds to make artifact name and contents version-independent 2017-07-25 17:57:53 +02:00
Sebastian Ullrich
f998fed50e fix(.travis.yml): fix script working dir 2017-07-25 14:02:16 +02:00
Sebastian Ullrich
586d355703 feat(.travis.yml): deploy nightly builds to Github Pages 2017-07-25 13:33:36 +02:00
Gabriel Ebner
25a3b13fc7 fix(.travis.yml): move -t0 test to a release configuration 2017-06-19 20:35:11 +02:00
Leonardo de Moura
0996a606d1 chore(.travis.yml): save result of .travis.yml.in 2017-06-18 16:10:49 -07:00
Leonardo de Moura
3ea5ac4340 chore(*): update change log, and bump work in progress version to 3.2.1 2017-06-18 11:15:09 -07:00
Leonardo de Moura
9a386ae188 chore(*): version 3.2.0 2017-06-18 10:40:13 -07:00
Gabriel Ebner
2355d48a8c feat(.travis.yml): add z3 for leanpkg test 2017-06-05 09:54:11 +02:00
Sebastian Ullrich
4e4dc98c87 chore(script/test_registry): use absolute path to leanpkg 2017-05-31 10:10:48 -07:00
Sebastian Ullrich
c4d684cc33 chore(.travis.yml.in): call cpack conditionally 2017-05-31 10:10:48 -07:00
Sebastian Ullrich
f87f35d623 chore(.travis.yml.in,script/test_registry): fix build 2017-05-31 10:10:48 -07:00
Jared Roesch
0ab3869a6a feat(script/test_registry): enable travis script 2017-05-31 10:10:48 -07:00
Jared Roesch
28246a34e1 feat(scripts): add prototype script for building pkg registry 2017-05-31 10:10:48 -07:00
Gabriel Ebner
7e7a4e01ab fix(.travis.yml): execute all tests in debug builds 2017-04-03 11:45:11 +02:00
Sebastian Ullrich
8fb1a28604 chore(.appveyor.yml,.travis.yml): invoke ctest with --output-on-failure 2017-03-27 13:42:08 -07:00
Leonardo de Moura
d7674dd060 chore(CMakeLists): bumped master branch to 3.1.1 2017-02-25 18:12:04 -08:00
Gabriel Ebner
38b8814356 chore(travis,appveyor): remove mpfr 2017-02-24 21:41:59 +01:00
Leonardo de Moura
2e1221b1b4 chore(CMakeLists): bump version number 2017-02-20 18:06:18 -08:00
Sebastian Ullrich
6b611eb030 chore(.travis.yml): fail eagerly 2017-02-17 15:41:58 +01:00
Gabriel Ebner
d74a916c95 chore(.travis.yml): reduce ctest verbosity 2017-02-04 13:49:30 -08:00
Gabriel Ebner
69465d7b78 feat(.travis.yml): test library in trust level zero 2017-02-04 13:49:20 -08:00
Leonardo de Moura
dae1c9dac2 chore(CMakeLists): make sure we change the version number in a single place 2017-01-19 18:28:51 -08:00
Leonardo de Moura
c3b7c54d7c chore(.travis.yml): fix STATIC config 2017-01-14 08:55:02 -08:00
Leonardo de Moura
612c02d11e chore(.travis.yml): use static build for binary distribution for Linux 2017-01-14 08:25:27 -08:00
Leonardo de Moura
c1a3c562c8 chore(.travis.yml): deployment file path, cpack invocation 2017-01-13 22:51:53 -08:00
Leonardo de Moura
5502c21578 chore(.travis.yml): update secure 2017-01-13 22:02:59 -08:00
Leonardo de Moura
9561cb8385 chore(.travis.yml): update secure 2017-01-13 20:55:52 -08:00
Leonardo de Moura
8dfe6ce385 chore(.travis.yml): try to fix upload 2017-01-13 20:00:21 -08:00
Leonardo de Moura
25a95e1502 feat(.travis.yml): upload linux binary 2017-01-09 20:49:01 -08:00
Gabriel Ebner
56ef887b33 chore(CMakeLists): remove unused CONSERVE_MEMORY option 2017-01-05 18:08:59 -08:00
Leonardo de Moura
f2200510f3 chore(.travis.yml): use "(A)bort" option instead of "(C)ontinue" for assertion violations 2016-12-21 21:52:58 -08:00
Gabriel Ebner
2927a869b0 feat(.travis.yml): test single-threaded build 2016-12-05 12:57:15 -05:00
Leonardo de Moura
38b9565d20 chore(.travis.yml): disable BOOST build 2016-12-03 12:05:07 -08:00
Gabriel Ebner
5645ee4880 feat(.travis.yml): add a build configuration with boost threading 2016-12-02 17:01:58 -08:00
Gabriel Ebner
bbbc790cfc feat(.travis.yml): add codecov 2016-12-02 17:01:58 -08:00