Luca Barbato
899ee03088
Unbreak travis on macos
6 years ago
Diego Biurrun
4f9297ac3b
build: Prefer NASM assembler over YASM
...
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 57b753b445
)
Signed-off-by: James Almer <jamrial@gmail.com>
8 years ago
Luca Barbato
4809781586
travis: Exclude gcc for the macOS target
...
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.
8 years ago
Diego Biurrun
57b753b445
build: Prefer NASM assembler over YASM
...
NASM is more actively maintained and permits generating dependency information
as a sideeffect of assembling, thus cutting build times in half.
8 years ago
Vittorio Giovara
eda1832874
travis: Enable OSX integration
9 years ago
James Almer
1e0b8bf0b3
travis: fix dependencies
...
bc hasn't been needed since a982c5d74f
Signed-off-by: James Almer <jamrial@gmail.com>
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
9 years ago
Federico Tomassetti
6bcd3e0599
build: Add support for travis CI
...
It is useful to support a future staging branch and to have an
automated consistency check on github pull requests.
10 years ago