Add BUILD_SYSTEM env variable to AppVeyor build matrix
[platform/upstream/libvorbis.git] / .travis.yml
1 language: c
2
3 compiler:
4   - gcc
5   - clang
6
7 addons:
8   apt:
9     packages:
10     - libogg-dev
11
12 script:
13   - ./autogen.sh
14   - ./configure
15   - make -j2 V=1 distcheck