summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* Add python-serial as build-dep in travis.ymlBernd Zeimetz2018-10-021-4/+4
|
* Additionally build with QT5.Bernd Zeimetz2017-10-271-0/+1
|
* Move travis build script into .travis.Bernd Zeimetz2017-10-271-3/+3
| | | | For some additional tests I need to drop more files.
* Disables Travis builds of C++ code with clang.Fred Wright2017-09-061-1/+5
| | | | | | | | | | | | | | | There is a compatibility issue with some versions of clang++ and some C++ headers, related to the __float128 type, which causes builds to fail. Until this is reproducible outside Travis, it's best to disable the C++ components when building with clang, rather than having the test fail for reasons having nothing to do with GPSD itself. Non-clang C++ builds are still tested as are non-C++ builds with clang. TESTED: Script change to accept added options work. Real test won't happen until this code is pushed. Only Travis-related files are touched.
* Also build with clang on travis.Bernd Zeimetz2017-04-101-0/+1
| | | | Next task: add scan-build.
* Adds asciidoc to Travis config.Fred Wright2017-03-031-2/+2
| | | | This allows testing the complete 'www' build.
* Fix travis environments.Bernd Zeimetz2017-01-221-2/+2
|
* Add first versions of travis yml/build files.Bernd Zeimetz2017-01-221-0/+12