Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix sanitizer build in travis ci | René Korthaus | 2015-11-24 | 1 | -1/+1 |
| | | | The parameter is actually --with-sanitizers. | ||||
* | Remove --build-mode and add individual toggles for optimization, debug, | Jack Lloyd | 2015-10-26 | 6 | -7/+17 |
| | | | | | | sanitizers and coverage as all 4 are usefully set independently. Use GCC 4.9 on CircleCI as it seems to be supported. Add ASan + UBSan test. | ||||
* | Test botan.py using Python2 and Python3 on Linux and OS X | Simon Warta | 2015-10-22 | 2 | -0/+10 |
| | |||||
* | Add DLL target to MSVC CI build | Jack Lloyd | 2015-10-16 | 1 | -1/+7 |
| | |||||
* | Merge pull request #298 from tiwoc/arm64 | Simon Warta | 2015-10-16 | 1 | -5/+17 |
|\ | | | | | Support for 64 bit ARM | ||||
| * | Travis CI: Enable 64 bit builds for iOS | Daniel Seither | 2015-10-13 | 1 | -5/+17 |
| | | | | | | | | | | | | | | | | * 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 | ||||
* | | Add `--minimized-build` which does the same thing as `--no-autoload` | Jack Lloyd | 2015-10-14 | 1 | -1/+1 |
|/ | | | | | but the meaning of the option is probably easier to understand with this name. | ||||
* | Integrate codecov | Simon Warta | 2015-10-04 | 2 | -7/+7 |
| | | | | Closes #225, #280 | ||||
* | Fix pbkdf, pk padding and ECDH registration for static linking. | Jack Lloyd | 2015-09-11 | 1 | -1/+1 |
| | | | | | | | | With this change the tests pass when linked against a static library built in the normal (non-amalgamation) fashion. Remove the restriction in configure.py, and have circleci build the clang static build as a non-amalg. | ||||
* | Update travis configuration for iOS build | Simon Warta | 2015-09-02 | 6 | -55/+74 |
| | | | | Closes #188 | ||||
* | Add initial cirlce config | Simon Warta | 2015-08-21 | 4 | -0/+40 |
| | |||||
* | Update Appveyor config | Simon Warta | 2015-08-12 | 1 | -2/+7 |
| | |||||
* | Use shellcheck where possible | Simon Warta | 2015-07-22 | 3 | -10/+10 |
| | |||||
* | Adjust MSVC compile flags | Simon Warta | 2015-07-21 | 1 | -1/+1 |
| | | | | | | | | | | /FS is needed for parallel builds /bigobj is needed for amalgamation build. Remove explicit setting from appveyor /DEBUG is a parameter, not a precompiler constant Conflicts: src/build-data/cc/msvc.txt | ||||
* | Refactor travis configuration for the use of the container infrastructure. | Simon Warta | 2015-07-12 | 4 | -31/+37 |
| | |||||
* | Add modules all/min to travis matrix | Simon Warta | 2015-07-12 | 1 | -1/+8 |
| | |||||
* | Test make install in CI | Simon Warta | 2015-07-10 | 2 | -0/+3 |
| | |||||
* | Assume that $COVERALLS_REPO_TOKEN might not be set (e.g. pull requests) | Simon Warta | 2015-07-09 | 1 | -1/+2 |
| | |||||
* | Make sanitizer a build mode for easy use by developers. | Jack Lloyd | 2015-07-05 | 1 | -1/+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 | 2 | -9/+14 |
| | |||||
* | Fix --build-mode in CI build script | Simon Warta | 2015-06-25 | 1 | -2/+2 |
| | | | | | | | --build-mode is one of: release, debug, coverage A shared lib is build when --disable-shared is not set, i.e. CFG_FLAGS is empty. | ||||
* | Add Coverity scan to Travis. | lloyd | 2015-05-13 | 1 | -1/+1 |
| | |||||
* | Use static amalgamation build for AppVeyor as the static library | lloyd | 2015-05-12 | 1 | -1/+1 |
| | | | | is more likely to run into problems. Discussion in GH #52 #88 | ||||
* | Move AppVeyor yml | lloyd | 2015-05-12 | 1 | -0/+9 |
| | |||||
* | The BUILD_MODE env var was not being passed through sudo by default | lloyd | 2015-05-12 | 1 | -8/+8 |
| | | | | | | which broke coverage testing. Instead run the setup script as the regular user and use sudo for specific commands, which seems cleaner anyway. | ||||
* | Shell is not my favorite language | lloyd | 2015-05-12 | 2 | -4/+2 |
| | |||||
* | Fix lcov script | lloyd | 2015-05-11 | 1 | -2/+0 |
| | |||||
* | Fix compare | lloyd | 2015-05-11 | 1 | -1/+1 |
| | |||||
* | Typo | lloyd | 2015-05-11 | 1 | -1/+1 |
| | |||||
* | Add coveralls.io support based on GH #91 by cordney | lloyd | 2015-05-11 | 3 | -0/+49 |
Move the more complex CI logic to scripts instead of yaml |