aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* Adapt the OS X build to use the OS X tarRichard Levitte2015-12-081-1/+1
| | | | | | | As part of this, move release creation to a script to be called from .travis.yml. That makes it much easier to test outside of travis. Reviewed-by: Rich Salz <rsalz@openssl.org>
* In travis, build from a "source release" rather than from the build treeRichard Levitte2015-12-071-0/+6
| | | | Reviewed-by: Rich Salz <rsalz@openssl.org>
* Add no-asm builds to TravisAlessandro Ghedini2015-11-211-0/+5
| | | | | Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org>
* Add Travis builds with undefined behavior sanitizerAlessandro Ghedini2015-11-211-2/+2
| | | | | Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org>
* Run tests on Travis for mingw builds as wellRich Salz2015-10-161-1/+9
| | | | | Signed-off-by: Rich Salz <rsalz@akamai.com> Reviewed-by: Andy Polyakov <appro@openssl.org>
* Add Clang 3.6 and additional GCC 5 builds to travisAlessandro Ghedini2015-10-131-0/+14
| | | | | | | Follow-up to f386742. Signed-off-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Andy Polyakov <appro@openssl.org>
* GH429: Add clang to travisAlessandro Ghedini2015-10-131-3/+14
| | | | | Signed-off-by: Rich Salz <rsalz@akamai.com> Reviewed-by: Andy Polyakov <appro@openssl.org>
* Configurations: move -Wno-pedantic-ms-format to .travis.yml.Andy Polyakov2015-10-121-2/+2
| | | | | | The option is not available in older toolchains and would cause breakage. Reviewed-by: Richard Levitte <levitte@openssl.org>
* Fix travis builds on masterAlessandro Ghedini2015-10-061-5/+7
| | | | | | | | | | | | | | -Allow mingw debug builds to fail on Travis CI -Fix Travis email notifications config -Rename a variable to avoid a bogus warning with old GCC error: declaration of ``dup'' shadows a global declaration [-Werror=shadow] -Disable pedantic ms-format warnings with mingw -Properly define const DH parameters -Restore --debug flag in Travis CI builds; -d would get incorrectly passed to ./Configure in mingw debug builds. Signed-off-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org>
* Fix typo in previous commit.Rich Salz2015-09-251-1/+1
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* Change --debug to -d for compat with old releases.Rich Salz2015-09-251-1/+1
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* GH398: Add mingw cross-compile, etc.Rich Salz2015-09-221-13/+39
| | | | | | | | | For all release branches. It adds travis build support. If you don't have a config file it uses the default (because we enabled travis for the project), which uses ruby/rake/rakefiles, and you get confusing "build still failing" messages. Reviewed-by: Andy Polyakov <appro@openssl.org>
* Add initial Travis CI configurationAlessandro Ghedini2015-09-031-0/+24
Closes #63 Signed-off-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Ben Laurie <ben@openssl.org>