summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit '899ee03088d55152a48830df0899887f055da1de'James Almer2019-03-141-1/+1
|\ | | | | | | | | | | | | * commit '899ee03088d55152a48830df0899887f055da1de': Unbreak travis on macos Merged-by: James Almer <jamrial@gmail.com>
| * Unbreak travis on macosLuca Barbato2019-02-191-1/+1
| |
* | Merge commit '4809781586d1c956005f72946a2aab5915eab350'James Almer2017-10-281-0/+4
|\ \ | |/ | | | | | | | | | | * commit '4809781586d1c956005f72946a2aab5915eab350': travis: Exclude gcc for the macOS target Merged-by: James Almer <jamrial@gmail.com>
| * travis: Exclude gcc for the macOS targetLuca Barbato2017-04-201-0/+4
| | | | | | | | | | 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-071-2/+2
| | | | | | | | | | NASM is more actively maintained and permits generating dependency information as a sideeffect of assembling, thus cutting build times in half.
* | build: Prefer NASM assembler over YASMDiego Biurrun2017-06-211-2/+2
| | | | | | | | | | | | | | | | | | NASM is more actively maintained and permits generating dependency information as a sideeffect of assembling, thus cutting build times in half. (Cherry-picked from libav commit 57b753b445e23363c997a8ec1c556e0b0f6e9da3) Signed-off-by: James Almer <jamrial@gmail.com>
* | Merge commit 'eda183287489b2c705843aa373a19c4e46fb2fec'Derek Buitenhuis2015-11-221-0/+7
|\ \ | |/ | | | | | | | | | | * commit 'eda183287489b2c705843aa373a19c4e46fb2fec': travis: Enable OSX integration Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
| * travis: Enable OSX integrationVittorio Giovara2015-11-171-0/+7
| |
* | Merge commit '1e0b8bf0b3b3b4247fb21e9839af342ae879607c'Hendrik Leppkes2015-09-121-1/+1
|\ \ | |/ | | | | | | | | | | * commit '1e0b8bf0b3b3b4247fb21e9839af342ae879607c': travis: fix dependencies Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * travis: fix dependenciesJames Almer2015-09-121-1/+1
| | | | | | | | | | | | | | bc hasn't been needed since a982c5d74fbc7ff5bd2f2f73af61ae48e9b1bcc6 Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* | Merge commit '6bcd3e05998b41fb3b2c8dcc79e4662854e5208d'Hendrik Leppkes2015-09-071-3/+3
|/ | | | | | | * commit '6bcd3e05998b41fb3b2c8dcc79e4662854e5208d': build: Add support for travis CI Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
* build: Add support for travis CIFederico Tomassetti2015-08-301-0/+19
It is useful to support a future staging branch and to have an automated consistency check on github pull requests.