shithub: choc

ref: 78b0a9cf90c8f0b1f4b27adba453a8c38bace5c1
dir: /.travis.yml/

View raw version
language: c

compiler: gcc

# Travis uses Ubuntu 12.04 (Precise) for builds by default, which is too
# old and missing the SDL2 packages, so use Trusty instead.
sudo: required
dist: trusty

env:
    - ANALYZE=false
    - ANALYZE=true

addons:
    apt:
        packages:
        - cppcheck
        - libsdl2-dev
        - libsdl2-mixer-dev
        - libsdl2-net-dev
        - libsdl2-image-dev
        - libsamplerate0-dev

script: ./.travis.sh

branches:
    only:
    - master
    - sdl2-branch