Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add boost builds on Travis OSX | Simon Warta | 2015-12-09 | 1 | -14/+47 |
| | |||||
* | Test botan.py using Python2 and Python3 on Linux and OS X | Simon Warta | 2015-10-22 | 1 | -0/+2 |
| | |||||
* | Travis CI: Enable 64 bit builds for iOS | Daniel Seither | 2015-10-13 | 1 | -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 build | Simon Warta | 2015-09-02 | 1 | -13/+24 |
| | | | | Closes #188 | ||||
* | Remove shellcheck package in Travis configuration | Simon Warta | 2015-07-30 | 1 | -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 possible | Simon Warta | 2015-07-22 | 1 | -0/+1 |
| | |||||
* | Send Travis notifications to botan-commits mailing list | Jack Lloyd | 2015-07-17 | 1 | -1/+1 |
| | |||||
* | Set CXX path to g++ 4.8 for coverity scan | Simon Warta | 2015-07-12 | 1 | -1/+1 |
| | |||||
* | Refactor travis configuration for the use of the container infrastructure. | Simon Warta | 2015-07-12 | 1 | -3/+15 |
| | |||||
* | Add modules all/min to travis matrix | Simon Warta | 2015-07-12 | 1 | -6/+13 |
| | |||||
* | Add changs to have different travis configurations on master and coverity_scan | Simon Warta | 2015-07-08 | 1 | -2/+17 |
| | |||||
* | Update COVERITY_SCAN config | Simon Warta | 2015-07-08 | 1 | -2/+2 |
| | |||||
* | Fix Travis excludes | Jack Lloyd | 2015-07-05 | 1 | -0/+1 |
| | |||||
* | Add sanitizer build to Travis, using debug iterators, ASan and UbSan. | Jack Lloyd | 2015-07-05 | 1 | -0/+2 |
| | | | | Looks good for me locally with GCC 4.9.1 | ||||
* | Configure Travis CI for OSX and Linux builds | Simon Warta | 2015-07-01 | 1 | -3/+4 |
| | |||||
* | Limit Coverity scan to side branch | lloyd | 2015-05-14 | 1 | -7/+2 |
| | |||||
* | More Travis fiddling | lloyd | 2015-05-13 | 1 | -4/+4 |
| | |||||
* | Fix YAML indentation | lloyd | 2015-05-13 | 1 | -2/+2 |
| | |||||
* | Merge env: blocks | lloyd | 2015-05-13 | 1 | -7/+6 |
| | |||||
* | Add Coverity scan to Travis. | lloyd | 2015-05-13 | 1 | -0/+15 |
| | |||||
* | The BUILD_MODE env var was not being passed through sudo by default | lloyd | 2015-05-12 | 1 | -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 cordney | lloyd | 2015-05-11 | 1 | -16/+18 |
| | | | | Move the more complex CI logic to scripts instead of yaml | ||||
* | Give up on x86-32 CI build for now | lloyd | 2015-03-29 | 1 | -7/+4 |
| | |||||
* | More poking at Travis config | lloyd | 2015-03-28 | 1 | -2/+2 |
| | |||||
* | Travis VMs don't have 32-bit libs, hopefully this fixes it | lloyd | 2015-03-28 | 1 | -0/+1 |
| | |||||
* | Add x86-32 build to Travis | lloyd | 2015-03-28 | 1 | -3/+5 |
| | |||||
* | Travis CI fiddling | lloyd | 2015-03-28 | 1 | -4/+6 |
| | |||||
* | Add Clang target and OpenSSL, Boost, zlib, and sqlite mods to Travis CI build | lloyd | 2015-03-27 | 1 | -4/+9 |
| | |||||
* | Add a second Travis build using static lib built via amalgamation. | d.neus | 2015-03-15 | 1 | -1/+5 |
| | | | | Github pull 62. | ||||
* | Add Travis CI integration. Github pull 60 | neusdan | 2015-03-12 | 1 | -0/+22 |