Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | typo s/NAPI/NAL/ | kinichiro | 2019-01-08 | 1 | -1/+1 |
| | |||||
* | Add Android build for Travis-CI | kinichiro | 2019-01-05 | 1 | -0/+61 |
| | |||||
* | Add ARM build for Travis-CI | kinichiro | 2019-01-04 | 1 | -1/+23 |
| | |||||
* | enable cmake mingw builds in travis | Brent Cook | 2019-01-02 | 1 | -0/+19 |
| | |||||
* | Have travis do shared and static builds | Don | 2018-03-21 | 1 | -2/+14 |
| | |||||
* | adjust mingw package name | Brent Cook | 2016-11-13 | 1 | -1/+1 |
| | |||||
* | update to trusty distro, remove 3rd-party PPAs for testing | Brent Cook | 2016-11-13 | 1 | -7/+0 |
| | |||||
* | test cmake builds on osx as well | Brent Cook | 2015-09-17 | 1 | -0/+1 |
| | |||||
* | extend regression tests | Brent Cook | 2015-09-17 | 1 | -1/+2 |
| | | | | run distcheck rather than just dist, cmake tests | ||||
* | speed up builds without killing os x perhaps | Brent Cook | 2015-09-11 | 1 | -1/+1 |
| | |||||
* | add cmake test support | Brent Cook | 2015-09-11 | 1 | -3/+20 |
| | |||||
* | Remove cmake tests from travis builds for now. | Brent Cook | 2015-09-09 | 1 | -21/+3 |
| | | | | | This seemed like it should be easy, but apparently there are a lot of gotchas that need to be ironed out in a branch first. | ||||
* | fix a couple of travis build failures | Brent Cook | 2015-09-09 | 1 | -2/+2 |
| | |||||
* | revert some travis shell portability tweaks | Brent Cook | 2015-09-09 | 1 | -4/+4 |
| | |||||
* | try ninja on travis linux again | Brent Cook | 2015-09-09 | 1 | -1/+1 |
| | |||||
* | use newer cmake for travis linux builds, revise build script | Brent Cook | 2015-09-09 | 1 | -10/+16 |
| | |||||
* | travis' cmake does not support ninja, use make | Brent Cook | 2015-09-09 | 1 | -2/+2 |
| | |||||
* | add travis-ci cmake tests | Brent Cook | 2015-09-09 | 1 | -0/+12 |
| | |||||
* | enable libtls by default | Brent Cook | 2015-03-19 | 1 | -2/+2 |
| | | | | | | | | The API/ABI for the LibreSSL 2.1.x series is now fixed, so we can safely enable libtls it by default. This is useful for new OpenNTPD and OpenSMTPD releases as well. ok deraadt@ beck@ sthen@ | ||||
* | be even nicer to OS X's fork | Brent Cook | 2015-01-31 | 1 | -1/+0 |
| | |||||
* | be nicer to travis OS X machines, remove unneeded 'make clean' | Brent Cook | 2015-01-31 | 1 | -11/+15 |
| | |||||
* | only use the specific build matrix | Brent Cook | 2015-01-31 | 1 | -3/+5 |
| | | | | use sudo to install mingw toolchains | ||||
* | update travis-ci build to check mingw32/64 targets | Brent Cook | 2015-01-31 | 1 | -0/+28 |