summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* fuzzer: move to using external curl-fuzzerMax Dymond2017-10-041-11/+8
| | | | | | Use the external curl-fuzzer repository for fuzzing. Closes #1923
* travis: on mac, don't install openssl or libidnDaniel Stenberg2017-09-181-1/+1
| | | | | | | | | | - openssl is already installed and causes warnings when trying to install again - libidn isn't used these days, and homebrew doesn't seem to have a libidn2 package to replace with easily Closes #1895
* tests: enable gssapi in travis-ci linux buildIsaac Boukris2017-09-151-1/+2
| | | | Closes https://github.com/curl/curl/pull/1687
* travis: add build without HTTP/SMTP/IMAPDaniel Stenberg2017-09-111-0/+4
|
* travis: add c-ares enabled builds linux + osxDaniel Stenberg2017-09-071-0/+7
| | | | Closes #1868
* ossfuzz: Move to C++ for curl_fuzzer.Max Dymond2017-09-021-0/+5
| | | | | | | | Automake gets confused if you want to use C++ static libraries with C code - basically we need to involve the clang++ linker. The easiest way of achieving this is to rename the C code as C++ code. This gets us a bit further along the path and ought to be compatible with Google's version of clang.
* ossfuzz: moving towards the ideal integrationMax Dymond2017-09-011-0/+14
| | | | | | | | | - Start with the basic code from the ossfuzz project. - Rewrite fuzz corpora to be binary files full of Type-Length-Value data, and write a glue layer in the fuzzing function to convert corpora into CURL options. - Have supporting functions to generate corpora from existing tests - Integrate with Makefile.am
* travis: add metalink to some osx buildsDaniel Stenberg2017-08-161-4/+4
| | | | Closes #1790
* coverage: Use two coveralls commands to get lib/vtls resultsMax Dymond2017-08-161-1/+2
| | | | closes #1747
* travis: build the examples tooDaniel Stenberg2017-08-141-2/+2
| | | | | | to make sure they keep building warning-free Closes #1777
* travis: test cmake build on tarball tooDaniel Stenberg2017-08-121-1/+14
| | | | Could've prevented #1755
* travis: verify "make install"Daniel Stenberg2017-08-101-1/+10
| | | | | Help-by: Jay Satiro Closes #1753
* travis: explicitly specify distMarcel Raad2017-08-041-0/+4
| | | | | | | | | | | | This makes the builds more reproducible as travis is currently rolling out trusty as default dist [1]. Specifically, this avoids coverage check failures when trusty is used as seen in [2] until we figure out what's wrong. [1] https://blog.travis-ci.com/2017-07-11-trusty-as-default-linux-is-coming [2] https://github.com/curl/curl/pull/1692 Closes https://github.com/curl/curl/pull/1725
* travis: BUILD_TYPE => TDaniel Stenberg2017-08-041-16/+16
| | | | (to make the full line appear nicer on travis web UI)
* travis: add osx build with darwinsslDaniel Stenberg2017-08-041-4/+7
| | | | Closes #1706
* travis: build osx with libressl tooDaniel Stenberg2017-08-021-0/+3
|
* travis: build osx with openssl tooDaniel Stenberg2017-08-021-1/+4
|
* travis: install libidn2Max Dymond2017-07-121-0/+1
| | | | | | Install libidn2 to increase test coverage (IDN tests) Closes https://github.com/curl/curl/pull/1673
* travis: enable warnings also in release modeMarcel Raad2017-07-121-1/+1
| | | | | | ... to get warnings also on Linux/GCC and OSX/clang. Closes https://github.com/curl/curl/pull/1666
* travis: install libssh2Max Dymond2017-07-121-0/+1
| | | | Install libssh2 to increase test coverage (SFTP, SCP)
* travis: install stunnelDaniel Stenberg2017-07-071-0/+1
|
* travis: detect and use valgrind for normal buildsDaniel Stenberg2017-07-071-1/+1
| | | | Closes #1653
* travis: add SMB, DICT, TELNET torture to coverage testDaniel Stenberg2017-07-071-1/+1
|
* travis: do more tests in the coverage runDaniel Stenberg2017-07-071-2/+3
| | | | I added a selection of torture and event tests that run "fast enough"
* travis: install nghttp2 on linux buildsDaniel Stenberg2017-07-041-1/+10
| | | | Closes #1642
* travis.yml: use --enable-werror on debug buildsDaniel Stenberg2017-07-041-1/+1
| | | | | | ... to better detect and fault on compiler warnings/errors Closes #1637
* travis: enable typecheck-gcc warningsMarcel Raad2017-06-211-5/+5
| | | | | | | | | - switch debug and release configurations so that we get an optimized build with GCC 4.3+ as required by typecheck-gcc - enable warnings-as-errors for release builds (which have warnings disabled) Closes https://github.com/curl/curl/pull/1595
* ci: whitelist branches to avoid testing feature branches twiceSimon Warta2017-06-211-0/+5
|
* travis: do the distcheck test build out-of-tree as wellDaniel Stenberg2017-06-201-1/+3
|
* travis: let some builds *not* use --enable-debugDaniel Stenberg2017-06-061-3/+9
| | | | | | typecheck-gcc and other things require optimized builds Closes #1544
* travis: add coverage, distcheck and cmake buildsDaniel Stenberg2017-06-041-11/+73
| | | | Closes #1534
* travis: run tests-nonflaky instead of tests-fullDaniel Stenberg2017-03-221-1/+1
|
* travis: removed option to rebuild autotool from sourceSergei Nikulov2016-08-031-1/+1
| | | | Fixes #943
* travis: fix OSX build by re-installing libtoolSergei Nikulov2016-08-011-0/+1
| | | | | | | Apparently due to a broken homebrew install fixes #934 Closes #939
* Revert "travis: Install libtool for OS X builds"Jay Satiro2016-07-281-1/+1
| | | | | | Didn't work. This reverts commit 50723585ed380744358de054e2a55dccee65dfd7.
* travis: Install libtool for OS X buildsJay Satiro2016-07-281-1/+1
| | | | CI is failing due to missing libtoolize, so I'm trying this.
* travis.yml: Add OS X testbot.Jactry Zeng2015-08-211-0/+8
|
* travis: Upgrading to container based buildRémy Léone2015-08-201-0/+2
| | | | | | http://docs.travis-ci.com/user/migrating-from-legacy Closes #388
* .travis.yml: Change CI make test to make test-fullJay Satiro2015-03-101-0/+2
| | | | | | | | | | | | | - Change the continuous integration script to use 'make test-full' instead of just 'make test' so that the diagnostic log output is printed to stdout when a test fails. - Change the continuous integration script to use './configure --enable-debug' instead of just './configure' so that the memory analyzer will work during testing. Prior to this change Travis used its default C test script: ./configure && make && make test
* Adding a .travis.yml file to use the travis-ci.orgRémy Léone2013-10-211-0/+11
From wikipedia: Travis CI is a hosted, distributed continuous integration service used to build and test projects hosted at GitHub. Travis CI is configured by adding a file named .travis.yml, which is a YAML format text file, to the root directory of the GitHub repository. Travis CI automatically detects when a commit has been made and pushed to a GitHub repository that is using Travis CI, and each time this happens, it will try to build the project and run tests. This includes commits to all branches, not just to the master branch. When that process has completed, it will notify a developer in the way it has been configured to do so — for example, by sending an email containing the test results (showing success or failure), or by posting a message on an IRC channel. It can be configured to run the tests on a range of different machines, with different software installed (such as older versions of a programming language, to test for compatibility).