summaryrefslogtreecommitdiff
path: root/.travis
Commit message (Collapse)AuthorAgeFilesLines
* Includes xgps deps test in test list.Fred Wright2018-09-271-0/+1
| | | | | | | | | | | | | This adds test-xgps-deps to the test-nondaemon list (and hence to the overall 'check' list). Since the Travis setup doesn't include the necessary prerequisites, it forces xgps=no for Travis. At the time this code was originally tested, Travis was still working. TESTED: Verified that the test is run, and that the test series fails iff one of the dependencies is broken.
* Fixes broken Travis clang++ workaround.Fred Wright2017-11-021-1/+1
| | | | | | | | | | | | | | | | Commit 66df9308 disabled C++ builds on Travis when using clang++, in order to get around an unresolved issue with __float128. Hovever, commit 2f6e5b67 broke the workround by adding an explicit qt=yes to SCONSOPTS. This wasn't immediately noticed, since that commit also broke the use of Qt4 altogether, and there is no case that builds with Qt5 and clang++. Fixing the Qt4 bug in commit 2c01c135 then reintroduced the old clang++ bug. This change removes the troublesome explicit qt=yes. TESTED: Will be once this change is pushed and picked up by Travis. It has no effect outside Travis.
* Fixes Travis Qt4 builds.Fred Wright2017-11-021-2/+0
| | | | | | | | | | | | | | Qt didn't start using versioned naming until Qt5. Hence, the default empty value for qt_versioned is correct for Qt4. Setting it to '4' in the Qt4 case causes the build to look for the nonexistent Qt4Network package, which fails and hence disables Qt support. The result is that the intended builds with Qt4 on Travis have been built without Qt since commit 2f6e5b67. TESTED: Will be once this change is pushed and picked up by Travis. It has no effect outside Travis.
* travis.ci: add qt_versioned to scons options.Bernd Zeimetz2017-10-281-0/+7
|
* Move travis build script into .travis.Bernd Zeimetz2017-10-271-0/+35
For some additional tests I need to drop more files.