Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | .travis.yml: Generate and validate html documentation. | Ralph Giles | 2019-08-04 | 1 | -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 tests | evpobr | 2019-05-04 | 1 | -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 Kausch | 2018-05-21 | 1 | -24/+12 |
| | |||||
* | .travis.yml: Run --enable-64-bit-words test in separate job. | Robert Kausch | 2018-05-20 | 1 | -8/+30 |
| | |||||
* | .travis.yml: Test --enable-64-bit-words as welltopic/travis | Erik de Castro Lopo | 2018-05-01 | 1 | -0/+1 |
| | |||||
* | Create .travis.yml | Stephen | 2017-01-22 | 1 | -0/+9 |
Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com> Closes: https://github.com/xiph/flac/pull/28 |