summaryrefslogtreecommitdiffstats
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* Fix travis mac buildalbert-github2018-10-121-1/+2
| | | | | Suggestion fro @crodon implemented This is an error in one of the dependencies of Conan, which should be fixed upstream soon. Then we can remove this error again. See conan-io/conan#3728 for more information
* Fix travis mac buildalbert-github2018-10-121-1/+1
| | | | Need `;` in `if` statement
* Fix travis mac buildalbert-github2018-10-121-0/+1
| | | | | Attempt to fix mac build of travis in respect to: - Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/usr/local/man'
* Init macOS CICroydon2018-09-121-1/+27
|
* Update .travis.ymlDimitri van Heesch2018-08-261-0/+1
| | | for missing ulem package
* travis: add tests for linux-ppc64leAyush-Dewan2018-08-061-10/+16
|
* try to force using the fully virtualized travis environmentDimitri van Heesch2018-07-201-0/+1
|
* Restore 'make tests' ruleDimitri van Heesch2017-10-281-1/+1
|
* CMake: use add_test to create a testRolf Eike Beer2017-10-201-1/+1
| | | | | This checks the calling from "make tests" to "make test", but lets CMake handle all the rest.
* Update .travis.ymlDimitri van Heesch2017-09-021-2/+0
| | | Trial with using trusty and default tex live distribution
* Update .travis.ymlDimitri van Heesch2017-09-021-0/+1
| | | texlive ppa doesn't provide support for ubuntu trusty anymore, cause the build to fail.
* Another possible fixDimitri van Heesch2016-09-021-1/+1
|
* Fix for error in travis.ymlDimitri van Heesch2016-09-021-2/+1
|
* Split apt-get install commands in travis config in an attempt to reduce timeoutsDimitri van Heesch2016-09-021-2/+6
|
* Fix for Travis Build (take 3)Dimitri van Heesch2015-11-141-1/+7
|
* Fix for Travis Build (take 2)Dimitri van Heesch2015-11-141-1/+1
|
* Fix for failing Travis buildDimitri van Heesch2015-11-141-1/+0
|
* fixed for travis ci config fileDimitri van Heesch2015-07-181-1/+1
|
* doc: generate Doxygen's documentation.Adrian Negreanu2015-07-181-0/+2
| | | | | | | | | | | | | | | | | | * use configure_files to avoid different $ semantics when COMMAND lines are expanded in build files. ($$var vs. \$var) * nmake/gmake no longer needed by cmake, when building doc. * explicitly copy doc files into build directory to make it clear what files each build stage uses. Documentation can be built with: mkdir build/ && cd $_ cmake -Dbuild_doc=1 .. # add -G"NMake Makefiles" for nmake make docs # this builds doxygen first v3: replace file(COPY) with proper generated file tagging. v2: Remove option to build documentation independently from doxygen. tested on linux(gmake) and windows(nmake) [thanks albert]
* Disable creating docs on Travis CI as the tabu package is missing on Ubuntu ↵Dimitri van Heesch2015-07-141-1/+0
| | | | 12.04
* Revert using container-based infra as sudo is needed :-(Dimitri van Heesch2015-07-141-1/+0
|
* use container-based infrastructure on Travis CIDimitri van Heesch2015-07-141-0/+1
|
* Fix for Travis CI build (attempt 10)Dimitri van Heesch2015-05-311-1/+1
|
* Fix for old cmake in Travis CI (attempt 4)Dimitri van Heesch2015-05-311-1/+1
|
* Fix for old cmake in Travis CI (attempt 3)Dimitri van Heesch2015-05-311-1/+1
|
* Fix for old cmake in Travis CI (attempt 2)Dimitri van Heesch2015-05-311-3/+3
|
* Fix for old cmake in Travis CI (attempt 1)Dimitri van Heesch2015-05-311-1/+3
|
* Cleanup & adapt travis configDimitri van Heesch2015-05-311-2/+4
|
* Fixed package for xmllintDimitri van Heesch2013-07-191-1/+1
|
* Added test target and travis runDimitri van Heesch2013-07-191-1/+2
|
* Added initial script for Travis CI serviceDimitri van Heesch2013-05-251-0/+10