summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Expand)AuthorAgeFilesLines
* [travis] scrap attempt at using libc++ which is only packaged for > trusty - ...Dane Springmeyer2014-05-301-1/+1
* add 'make setup' target a simplier way to get started than running ./setup-li...Dane Springmeyer2014-05-301-1/+1
* [travis] build with libc++ when building with clang++ - refs #287Dane Springmeyer2014-05-301-1/+1
* [travis] -Wno-unknown-pragmasDane Springmeyer2014-05-301-1/+1
* [travis] turn off a few clang++ warningsDane Springmeyer2014-05-291-1/+1
* sanitizer needs CFLAGS set for libtessDane Springmeyer2014-05-291-1/+2
* [travis] we can only sanitize either addresses or threads, choose oneDane Springmeyer2014-05-291-1/+1
* [travis] fix syntaxDane Springmeyer2014-05-291-1/+1
* [travis] try building with thread and address sanitizer in DebugDane Springmeyer2014-05-291-0/+1
* [travis] better bash syntax [skip ci]Dane Springmeyer2014-05-281-1/+1
* [travis] make clean between builds, revert parallel buildsDane Springmeyer2014-05-281-3/+5
* [travis] build with 4 concurrent processesDane Springmeyer2014-05-281-3/+3
* [build] clear packages only on travis (needed to avoid caching them)Dane Springmeyer2014-05-281-0/+2
* headless is osx only right nowDane Springmeyer2014-05-281-1/+2
* [travis] avoid another regression in headless rendering - refs #269Dane Springmeyer2014-05-281-0/+1
* [travis] test both Release and Debug buildsDane Springmeyer2014-05-281-3/+8
* fixes #205: fix Travis buildsJustin R. Miller2014-05-141-0/+3
* add hipchat notifications for build statusKonstantin Käfer2014-05-141-0/+3
* only switch to g++-4.8 if we're doing a g++ buildKonstantin Käfer2014-04-221-1/+1
* install more build deps for travisKonstantin Käfer2014-04-171-3/+1
* more travis build changesKonstantin Käfer2014-04-171-2/+3
* build dependencies on travisKonstantin Käfer2014-04-171-12/+8
* add more test cases for linuxKonstantin Käfer2014-04-111-1/+1
* clean up build system and reuse previously built libraries in other targetsKonstantin Käfer2014-04-111-2/+14
* fix build on travisKonstantin Käfer2014-04-111-13/+4
* add libboost back to build systemKonstantin Käfer2014-04-091-1/+1
* remove boost from readme and build systemDane Springmeyer2014-02-121-1/+1
* Add travis - refs #29Dane Springmeyer2014-02-031-0/+30