summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAge
* travis: Exclude gcc for the macOS targetLuca Barbato2017-04-20
| | | | | On a normal macOS setup, 'gcc' is a symlink to clang. Therefore there is little point in running the tests twice, with CC=gcc and CC=clang.
* build: Prefer NASM assembler over YASMDiego Biurrun2017-03-07
| | | | | NASM is more actively maintained and permits generating dependency information as a sideeffect of assembling, thus cutting build times in half.
* travis: Enable OSX integrationVittorio Giovara2015-11-17
|
* travis: fix dependenciesJames Almer2015-09-12
| | | | | | | bc hasn't been needed since a982c5d74fbc7ff5bd2f2f73af61ae48e9b1bcc6 Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* build: Add support for travis CIFederico Tomassetti2015-08-30
It is useful to support a future staging branch and to have an automated consistency check on github pull requests.