shithub: mp3dec

ref: 29f6dca321808736a6f671692e647b95fda2d288
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)