Commit graph

78 commits

Author SHA1 Message Date
Peter Dimov
20c8530c71 Enable feature branches in .travis.yml 2018-10-12 04:19:50 +03:00
Peter Dimov
63235555d7 Do not build Boost w/ clang on Travis; not worth the time taken 2017-12-22 21:51:15 +02:00
Peter Dimov
245e901e20 Remove ci_boost_library_check from Travis 2017-12-21 00:57:29 +02:00
Peter Dimov
71e08f7a0c
Add building Boost to Travis (#175) 2017-12-18 03:39:17 +02:00
Peter Dimov
83898d8f74 Reduce Travis jobs 2017-10-27 02:23:08 +03:00
Peter Dimov
3abeec0299 Fix one compiler: in .travis.yml 2017-10-24 16:31:14 +03:00
Peter Dimov
54f8c97e23 Use clang/c++11 instead of 14 because clang 3.9 w/ libstdc++ 4.8 errors on ::gets 2017-09-13 16:56:25 +03:00
Peter Dimov
bc96ccd873 Add clang/c++14 tests to Travis 2017-09-13 11:10:22 +03:00
Peter Dimov
df733dd82f travis: omit building the release to increase turnaround 2017-09-11 23:23:31 +03:00
Peter Dimov
09788051b5 Add MODE=check release build to Travis 2017-09-06 13:48:29 +03:00
Peter Dimov
27b79871c8 travis: test the library updated by the commit 2017-09-05 04:34:08 +03:00
Peter Dimov
54e1e19248 travis: move ci_boost_release to front, small fixes 2017-09-05 01:59:26 +03:00
Peter Dimov
74addc1b6a Add g++/11 and clang to Travis 2017-09-05 01:28:23 +03:00
Peter Dimov
3faa51526c Add 'quick' status to Travis 2017-09-04 17:34:48 +03:00
Peter Dimov
ee2bea63e7 Skip EOL=LF and EOL=CRLF because they tend to time out often 2017-09-03 21:09:01 +03:00
Peter Dimov
81906ee691 Add EOL=NONE config to Travis 2017-09-03 20:03:04 +03:00
Peter Dimov
6bc50e4294 Add rvm: 2.3.3 to .travis.yml (#150)
* Add rvm: 2.3.3 to .travis.yml

* rvm: only works for language: ruby, call rvm install explicitly
2017-07-14 19:41:12 -06:00
Daniel James
5b980da49e Try installing ghostscript on travis
Tests are failing on travis, it might be because of this:

    /bin/sh: 2: gs: not found
    ...removing /home/travis/build/boostorg/build/boost/bin.v2/gs.check

So try installing ghostscript.
2017-06-23 23:05:03 +01:00
Peter Dimov
8138cfe5c1 Remove asciidoctor from packages, will come from $SCRIPT install 2017-06-10 05:59:26 +03:00
Peter Dimov
67edab3fec Add asciidoctor to package list 2017-06-07 20:06:21 +03:00
Rene Rivera
c01bdb4a8c Allow library checks to fail for now. When we get better conformance we'll turn it back on as required. 2016-07-06 07:10:52 -05:00
Rene Rivera
0a6ed79187 No sudo needed for building releases. 2016-06-21 16:32:50 -05:00
Rene Rivera
016644223b Use shorter and more obvious env var for EOL build type. 2016-06-17 09:46:02 -05:00
Rene Rivera
7128837bd8 Change to fetching common ci code for eventual use. Also add in config
for dealing with SourceForge file release system.
2016-06-16 22:57:51 -05:00
Rene Rivera
a48f418532 Add library requirements testing to Travis-CI. 2016-06-13 11:12:34 -05:00
Rene Rivera
9fdee47929 Move to Ubuntu Trusty Travis-CI to see if it improves performance of CI
building.
2016-06-09 23:54:51 -05:00
Rene Rivera
4a864d91bf Move encrypted env to web settings for security. 2016-05-25 21:44:22 -05:00
Rene Rivera
356f12ebce We can get submodules as build script now doesn't need to fetch submodules. 2016-05-23 17:46:42 -05:00
Rene Rivera
9729d90e81 Used wrong wget option for downloading to named file. 2016-05-22 00:58:06 -05:00
Rene Rivera
054cc428cb Switch to use Python script for building & testing. 2016-05-22 00:53:59 -05:00
Rene Rivera
63944dda34 Merge from master CI build changes. And increase parallel doc build to
see how much improvement we can get.
2016-04-25 22:56:24 -05:00
Rene Rivera
44ee31a869 Oops.. LF logic was correct. So put that part back. 2016-03-20 23:09:30 -05:00
Rene Rivera
cd34bdc05b Fix incorrect EOLs on release archive building. Was setting eol handling
to incorrectly ignore forced EOL type.
2016-03-20 22:56:12 -05:00
Rene Rivera
6f74566c48 Turn off verbose web output. 2016-02-25 11:17:21 -06:00
Rene Rivera
fbc643f0d7 Release CI.. Try to avoid blowing out log limits. 2016-01-11 22:51:22 -06:00
Rene Rivera
8e3de5bf24 Release CI.. Fix the real problem with awake code. 2015-12-30 08:56:05 -06:00
Rene Rivera
4e6b350c4e Release CI.. Another attempt at awake timer. 2015-12-30 07:12:35 -06:00
Rene Rivera
53efeb2920 Release CI.. Try quotes for subshell kill to avoid Travis error. 2015-12-29 13:08:47 -06:00
Rene Rivera
668a010cd7 Release CI.. Add periodic output to try and keep Travis from aborting. 2015-12-29 09:06:26 -06:00
Rene Rivera
222d417901 Release CI.. Add build step output to decipher what is taking so long. 2015-12-25 12:38:43 -06:00
Rene Rivera
d7e24b25f4 Release CI.. Unsilence the doc build to avoid Travis timeout. 2015-12-24 22:31:26 -06:00
Rene Rivera
028a4c0ada Release CI.. Add package for latex. 2015-12-24 09:22:33 -06:00
Rene Rivera
59f5fce3bb Release CI.. Add package for dvips. 2015-12-24 08:57:14 -06:00
Rene Rivera
a83bd5085d Release CI.. Switch back to sudo mode so that pip installs can work. 2015-12-24 08:28:07 -06:00
Rene Rivera
e3f04a6a3c Release CI.. Add docutils install. 2015-12-24 08:22:09 -06:00
Rene Rivera
bc479f49c1 Release CI.. Add missing doxygen config. 2015-12-24 08:13:08 -06:00
Rene Rivera
ea6c1bf28b Add missing doxygen requirement. 2015-12-23 23:15:16 -06:00
Rene Rivera
7ee1eeb1b6 Fix path to geometry doc dir. 2015-12-23 22:56:55 -06:00
Rene Rivera
aadec4c28a Release CI.. Cleanup Travis scripts, and add building of actual docs. 2015-12-23 17:36:09 -06:00
Rene Rivera
86bfa71ac4 Release CI.. Only upload to bintray master branch builds. 2015-12-16 09:27:10 -06:00