shithub: choc

ref: a2f5121a3bb65b6e57297c3159f07447dd837c6d
dir: /.travis.yml/

View raw version
language: c

cache: ccache

compiler:
  - gcc
  - clang

sudo: required
dist: bionic

matrix:
  include:
    - compiler: gcc
      env: ANALYZE=true

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

script: ./.travis.sh

branches:
    only:
    - master
    - c++-clean
    - vanilla-net