Commit Graph

11 Commits

Author SHA1 Message Date
Martijn van Beurden 43bc8101ce Switch default bitreader/bitwriter word size to 64-bit 2023-03-27 22:10:00 +02:00
Martijn van Beurden de058537cf
Update .travis.yml
Similar to commit 1839370
2022-09-18 18:50:44 +02:00
Martijn van Beurden cda987f7c5 Lengthen test_compression.sh material for benchmarking on CI
This is necessary to compare CI WITH_ASM=1 and WITH_ASM=0 to be able
to check whether this switch does anything
2022-05-03 11:10:15 +02:00
Martijn van Beurden a4156cd78b Modify Travis to only use partner queues
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
2022-04-25 20:13:36 +02:00
Erik de Castro Lopo 35b369ebee travis: Add a brew update 2019-10-16 16:42:11 +11:00
Ralph Giles e229fb4e56 .travis.yml: Generate and validate html documentation.
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.
2019-08-04 17:05:09 +10:00
evpobr b3c20d3b8e Integrate CMake to Travis CI tests
* 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
2019-05-04 11:41:48 +10:00
Robert Kausch 0db0e878b8 .travis.yml: Simplify file structure and add libogg dependency. 2018-05-21 10:51:20 +10:00
Robert Kausch fed5ad42b3 .travis.yml: Run --enable-64-bit-words test in separate job. 2018-05-20 10:29:48 +10:00
Erik de Castro Lopo 2817eca6d8 .travis.yml: Test --enable-64-bit-words as well 2018-05-01 05:58:25 +10:00
Stephen 0c741d5948 Create .travis.yml
Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
Closes: https://github.com/xiph/flac/pull/28
2017-01-22 13:31:50 +11:00