summaryrefslogtreecommitdiffstats
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* Extend tests with some other default testsalbert-github2020-12-011-1/+1
| | | | | | | Extend tests with generating xhtml, docbook, rtf to see if the files can be generated and build. Check also the generated xsd files in xml mode. Note for the new checks no comparison is done with previous versions.
* Travis does not terminate on error on non last command inside if constructalbert-github2020-08-021-2/+4
| | | | | | | | In case we have an `if` construct with multiple statements and the non last statement gives an error this is ignored by travis. - In the mentioned case we can take the 2 statements (`make tests` and `make docs` together), so no construct with a script and `set -e` is required. - due to a problem with the shared libraries in the case we compile with `clang` compiler and the `xmllint` program we need to exclude the `make tests` here as well. Tests were don with the test pull request #7939
* Enabling Travis builds for s390xNamrata Bhave2020-01-241-2/+27
|
* Update .travis.ymlDimitri van Heesch2019-08-271-10/+10
| | | disabled macosx build as it keeps failing on inconsistent package versions.
* Update .travis.ymlDimitri van Heesch2019-08-251-0/+1
| | | add explicit bzip2 verison requirement
* Update .travis.ymlDimitri van Heesch2019-08-251-1/+1
| | | switch back to version 5.12 of qt due to missing binary
* Update .travis.ymlDimitri van Heesch2019-08-251-4/+4
| | | bump conan packages to the latest version
* Update .travis.ymlDimitri van Heesch2019-06-221-1/+1
|
* Update .travis.ymlDimitri van Heesch2019-06-221-0/+1
| | | Added bison 3 requirement for OSX build on Travis CI
* Travis build fails due to problem with cmakealbert-github2019-05-071-1/+1
| | | | Typo
* Travis build fails due to problem with cmakealbert-github2019-05-071-3/+1
| | | | removed explicit loading of cmake
* Update .travis.ymlDimitri van Heesch2019-05-041-1/+1
| | | Also exclude tests on osx as (some) require latex as well
* Update .travis.ymlDimitri van Heesch2019-05-041-1/+3
| | | Skip building docs on osx until a solution for the missing mactek package is found
* Update .travis.ymlDimitri van Heesch2019-04-281-1/+5
| | | update flex and bison for the OSX build
* Travis macOS: Use Travis addons for homebrewCroydon2019-01-061-3/+6
|
* Travis macOS: Use shared Qt until upstream bugs are fixedCroydon2019-01-061-1/+1
|
* Travis macOS: Update Qt to 5.12.0Croydon2019-01-061-1/+1
|
* Travis: macOS Remove permission workaroundCroydon2019-01-061-2/+0
| | | | | This got added here https://github.com/doxygen/doxygen/commit/72f9ffcbda4da4930ceab28043278cff51778c68#diff-354f30a63fb0907d4ad57269548329e3 but is fixed upstream in the meantime
* Travis: Workaround to differ between x86 and ppc64leCroydon2019-01-061-7/+7
|
* Travis: Handle linux-ppc64le differentlyCroydon2019-01-061-16/+37
|
* Travis: Output CMake versionCroydon2019-01-061-0/+1
|
* Travis: Removing sudo keyword as this will be soon deprecated anywayCroydon2019-01-061-1/+0
|
* Travis: Install libiconv and libxml via ConanCroydon2019-01-061-6/+20
|
* Make conanfile creation more readableCroydon2019-01-061-2/+2
|
* Travis: Fix line breaks in conanfile.txt creationCroydon2018-12-091-2/+2
|
* Travis macOS: Update qt to 5.11.3Croydon2018-12-091-1/+1
|
* Make conanfile creation more readableCroydon2018-12-091-1/+3
|
* 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
|