summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* Update .travis.ymlMartijn van Beurden2022-09-181-1/+1
| | | Similar to commit 1839370
* Lengthen test_compression.sh material for benchmarking on CIMartijn van Beurden2022-05-031-2/+2
| | | | | This is necessary to compare CI WITH_ASM=1 and WITH_ASM=0 to be able to check whether this switch does anything
* Modify Travis to only use partner queuesMartijn van Beurden2022-04-251-22/+54
| | | | | | | | Currently github actions only runs CI on x86. Travis has 'partner queues' which do not use credits. By changing .travis.yml to only use these, forks can use Travis to test on arm64 and ppc64le. I intend to use this to run travis every now and then on my own clone of xiph/flac
* travis: Add a brew updateErik de Castro Lopo2019-10-161-1/+1
|
* .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