summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAge
* - added prefix for the TEST_MODE optiononqtam2017-05-16
| | | | - removed the cpp11 option
* trying to get the gcc osx builds running againonqtam2017-05-16
|
* - removed retired xcode imagesonqtam2017-05-16
| | | | - upgraded from retired images to the latest for gcc builds under osx
* added xcode 8.3 image to travisonqtam2017-05-16
|
* c++11 and -fno-rtti builds now compare to reference outputonqtam2017-05-16
|
* - fixed builds with -fno-exceptions - relates #12onqtam2017-05-16
| | | | - added builds with -fno-exceptions to travis CI
* adding the clang 4.0 build in the allowed failures until it's ppa is ↵onqtam2017-05-16
| | | | whitelisted by travis (also updated cmake)
* adding clang 4.0 to builds - probably wont work since the ppa is not yet ↵onqtam2017-05-16
| | | | whitelisted in travis...
* - removed old hacks for gcc 4.4 under osxonqtam2017-05-16
| | | | | - added build with -fno-rtti - added 2 warnings for GCC 7
* removed gcc 4.4/4.5 from osx builds and removed linux clang 3.9 from the ↵onqtam2017-02-18
| | | | allowed failures
* added new xcode 8.2 image and removed 3 soon-to-be-deprecated onesonqtam2016-11-18
|
* added xcode 8.1 buildsonqtam2016-11-16
|
* allowing the linux llvm 3.9 build to fail... cannot get the ppa workingonqtam2016-11-15
|
* to circumvent llvm 3.9 apt not being whitelisted yet - ↵onqtam2016-11-15
| | | | https://github.com/travis-ci/apt-source-whitelist/issues/300
* - added the ability to compile code with assertions that need exceptions ↵onqtam2016-11-15
| | | | | | | | even without exceptions - see the use of DOCTEST_CONFIG_NO_EXCEPTIONS_BUT_WITH_ALL_ASSERTS - added clang 3.9 to build matrix relates #44
* all gcc builds under osx now allowed to fail - I have no $^&%-ing clue why ↵onqtam2016-10-10
| | | | | | some of them started failing - and in different ways! see this build - https://travis-ci.org/onqtam/doctest/jobs/166452422
* fixed #42 - no warnings with clang in c++11 modeonqtam2016-10-10
|
* all compile time benchmarks done!onqtam2016-09-21
|
* updating cmake on travis... Also bumping the minimal version of cmake ↵onqtam2016-09-21
| | | | required to 3.0 because of the 'NAME' target property
* travis builds should pass nowonqtam2016-09-21
|
* hopefully all sanitizer builds should pass nowonqtam2016-09-21
| | | | | - disabled 32 bit asan for g++ 4.9 (probably buggy) - temporarily removed check_initialization_order and strict_init_order for asan because of g++ 5/6 bug - see http://stackoverflow.com/questions/39081183
* up the verbosity for sanitizer outoutonqtam2016-09-21
|
* not using compare mode for sanitizers - for better build outputonqtam2016-09-21
|
* removed verbosity of sanitizersonqtam2016-09-21
|
* added sanitizer optionsonqtam2016-09-21
|
* [tiny commit] removed old stuff from travis config fileonqtam2016-09-21
|
* enabling all builds againonqtam2016-09-21
|
* working on code coverageonqtam2016-09-21
|
* all builds should be working now!!!onqtam2016-09-21
|
* fixing builds..onqtam2016-09-21
|
* bad .yml format...onqtam2016-09-21
|
* trying to get all travis builds workingonqtam2016-09-21
|
* not using gold anymoreonqtam2016-09-21
|
* fixed #27onqtam2016-09-21
|
* fixing .yml format...onqtam2016-09-21
|
* alternative way of supplying packages?onqtam2016-09-21
|
* newer cmake for travis buildsonqtam2016-09-21
|
* still trying to get clang from a .tar.xz working - with the help of ↵onqtam2016-09-21
| | | | https://github.com/ldionne
* the last difference between me and boost.hana - still not working...onqtam2016-09-21
|
* again installing clang like boost.hanaonqtam2016-09-21
|
* still trying to get libc++ working on travisonqtam2016-09-21
|
* properly installing libc++onqtam2016-09-21
|
* properly installing libc++-dev...onqtam2016-09-21
|
* trying to use libc++ for clang under linuxonqtam2016-09-21
|
* switching back to clangs from the llvm apt...onqtam2016-09-21
|
* switched to using gold on linux for everythingonqtam2016-09-21
|
* cmake wasn't the problem...onqtam2016-09-21
|
* trying with a recent cmake... for some reason adding libc++ failed the ↵onqtam2016-09-21
| | | | builds - cmake started complaining
* clang builds on travis should now pass! using libc++onqtam2016-09-21
|
* testing with more clang sanitizersonqtam2016-09-21
|