1
0
mirror of https://frontier.innolan.net/rainlance/amiga-fping.git synced 2025-11-21 13:59:15 +00:00
Files
amiga-fping/.travis.yml
David Schweikert 57595638ec travis tuning
2014-02-28 23:00:10 +01:00

15 lines
274 B
YAML

# travis-ci.org configuration
language: c
compiler:
- gcc
- clang
branches:
only:
- master
before_install:
- sudo apt-get remove -qq autoconf automake autotools-dev libtool
- ci/build-1-autotools.sh
script:
- ci/build-2-install.sh
- ci/test-1.sh