On Wed, Apr 19, 2017 at 4:40 PM, Sean McGovern <[email protected]> wrote:
> Hi Luca,
>
>
> On Apr 17, 2017 6:37 PM, "Luca Barbato" <[email protected]> wrote:
>
> ---
>
> As requested by Sean.
>
>  .travis.yml | 26 ++++++++++++++++++++++++++
>  1 file changed, 26 insertions(+)
>  create mode 100644 .travis.yml
>
> diff --git a/.travis.yml b/.travis.yml
> new file mode 100644
> index 0000000000..6f9647a701
> --- /dev/null
> +++ b/.travis.yml
> @@ -0,0 +1,26 @@
> +language: c
> +sudo: false
> +os:
> +  - linux
> +  - osx
> +addons:
> +  apt:
> +    packages:
> +      - nasm
> +      - diffutils
> +compiler:
> +  - clang
> +  - gcc
> +cache:
> +  directories:
> +    - libav-samples
> +before_install:
> +  - if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew update --all; fi
> +install:
> +  - if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install nasm; fi
> +script:
> +  - mkdir -p libav-samples
> +  - ./configure --samples=libav-samples --cc=$CC
> +  - make -j 8
> +  - make fate-rsync
> +  - make check -j 8
> --
> 2.11.1
>
> _______________________________________________
> libav-devel mailing list
> [email protected]
> https://lists.libav.org/mailman/listinfo/libav-devel
>
>
> LGTM, and thanks. :)
>

Or maybe does not look good, Travis complained about missing bc(1) on
a Mac builder while running FATE on this branch.

Reverted the change for now -- will tackle more important matters
before re-examining this.

-- Sean McG.
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to