summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* .travis.yml: Generate and validate html documentation.Ralph Giles2019-08-041-1/+5
| | | | | | | | | | | | | | | | | | Install Doxygen when running on the linux environment to test generation of the API documentation. Run the included static html documentation as well as the generated API documentation through xmllint to verify it conforms to the declared DTD. Since this this will be very slow or fail relying on network resources, also install the w3c-sgml library so the xhtml1 DTDs are available locally. We're checking the source files, not build results in the particular environment, so it's fine to run this check on only a subset of builds. Don't validate on CMake builds since they're not currently generating API documentation even when Doxygen is available.
* Integrate CMake to Travis CI testsevpobr2019-05-041-5/+10
| | | | | | | * Add CMake builds with ENABLE_64_BIT_WORDS enabled\disabled * Run tests in parallel jobs * Use Xenial Travis image to support CMake >= 3.12 * Install libtool-bin package missing in Xenial image
* .travis.yml: Simplify file structure and add libogg dependency.Robert Kausch2018-05-211-24/+12
|
* .travis.yml: Run --enable-64-bit-words test in separate job.Robert Kausch2018-05-201-8/+30
|
* .travis.yml: Test --enable-64-bit-words as welltopic/travisErik de Castro Lopo2018-05-011-0/+1
|
* Create .travis.ymlStephen2017-01-221-0/+9
Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com> Closes: https://github.com/xiph/flac/pull/28