aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* Add boost builds on Travis OSXSimon Warta2015-12-091-14/+47
|
* Test botan.py using Python2 and Python3 on Linux and OS XSimon Warta2015-10-221-0/+2
|
* Travis CI: Enable 64 bit builds for iOSDaniel Seither2015-10-131-5/+5
| | | | | | | | * Update Xcode from 6.4 to 7, which also updates the iOS SDK from 8 to 9 * Remove iOS shared library build, which is not very useful * Add 64 bit iOS static library build * Refactor build script to use xcrun instead of manually specifying a sysroot
* Update travis configuration for iOS buildSimon Warta2015-09-021-13/+24
| | | | Closes #188
* Remove shellcheck package in Travis configurationSimon Warta2015-07-301-1/+0
| | | | | Non-existing packages might be the reason why gcc4.8 is not installed anymore. Travis changed something in the APT plugin.
* Use shellcheck where possibleSimon Warta2015-07-221-0/+1
|
* Send Travis notifications to botan-commits mailing listJack Lloyd2015-07-171-1/+1
|
* Set CXX path to g++ 4.8 for coverity scanSimon Warta2015-07-121-1/+1
|
* Refactor travis configuration for the use of the container infrastructure.Simon Warta2015-07-121-3/+15
|
* Add modules all/min to travis matrixSimon Warta2015-07-121-6/+13
|
* Add changs to have different travis configurations on master and coverity_scanSimon Warta2015-07-081-2/+17
|
* Update COVERITY_SCAN configSimon Warta2015-07-081-2/+2
|
* Fix Travis excludesJack Lloyd2015-07-051-0/+1
|
* Add sanitizer build to Travis, using debug iterators, ASan and UbSan.Jack Lloyd2015-07-051-0/+2
| | | | Looks good for me locally with GCC 4.9.1
* Configure Travis CI for OSX and Linux buildsSimon Warta2015-07-011-3/+4
|
* Limit Coverity scan to side branchlloyd2015-05-141-7/+2
|
* More Travis fiddlinglloyd2015-05-131-4/+4
|
* Fix YAML indentationlloyd2015-05-131-2/+2
|
* Merge env: blockslloyd2015-05-131-7/+6
|
* Add Coverity scan to Travis.lloyd2015-05-131-0/+15
|
* The BUILD_MODE env var was not being passed through sudo by defaultlloyd2015-05-121-1/+1
| | | | | | which broke coverage testing. Instead run the setup script as the regular user and use sudo for specific commands, which seems cleaner anyway.
* Add coveralls.io support based on GH #91 by cordneylloyd2015-05-111-16/+18
| | | | Move the more complex CI logic to scripts instead of yaml
* Give up on x86-32 CI build for nowlloyd2015-03-291-7/+4
|
* More poking at Travis configlloyd2015-03-281-2/+2
|
* Travis VMs don't have 32-bit libs, hopefully this fixes itlloyd2015-03-281-0/+1
|
* Add x86-32 build to Travislloyd2015-03-281-3/+5
|
* Travis CI fiddlinglloyd2015-03-281-4/+6
|
* Add Clang target and OpenSSL, Boost, zlib, and sqlite mods to Travis CI buildlloyd2015-03-271-4/+9
|
* Add a second Travis build using static lib built via amalgamation.d.neus2015-03-151-1/+5
| | | | Github pull 62.
* Add Travis CI integration. Github pull 60neusdan2015-03-121-0/+22