shithub: mp3dec

ref: 5991457ab62af5aff9c40e7725421942d3ab2337
dir: /.travis.yml/

View raw version
language: c

os:
    - linux

compiler:
    - gcc

before_install:
    - if [ $TRAVIS_OS_NAME == linux ]; then sudo apt-get install -y libc6-dev-i386 g++-multilib gcc-arm-none-eabi qemu; fi

script:
    - scripts/build.sh

after_success:
    - bash <(curl -s https://codecov.io/bash)