1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-30 07:39:42 +02:00
audacity/lib-src/lv2/serd/.travis.yml
Leland Lucius be336797b3 Update local LV2 libraries to latest versions
lilv-0.24.6
   lv2-1.16.0
   serd-0.30.2
   sord-0.16.4
   sratom-0.6.4
   suil-0.10.6
2019-12-17 11:15:16 -06:00

33 lines
931 B
YAML

language: c
compiler:
- clang
- gcc
os:
- linux
- osx
env:
- FLAGS=""
- FLAGS="--debug"
- FLAGS=" --no-posix"
- FLAGS="--debug --no-posix"
- FLAGS=" --static --static-progs --no-shared"
- FLAGS="--debug --static --static-progs --no-shared"
- FLAGS=" --no-posix --static --static-progs --no-shared"
- FLAGS="--debug --no-posix --static --static-progs --no-shared"
matrix:
exclude:
- os: osx
env: FLAGS=" --static --static-progs --no-shared"
- os: osx
env: FLAGS="--debug --static --static-progs --no-shared"
- os: osx
env: FLAGS=" --no-posix --static --static-progs --no-shared"
- os: osx
env: FLAGS="--debug --no-posix --static --static-progs --no-shared"
- os: osx
compiler: gcc
script:
- ./waf configure --test --no-coverage --strict $FLAGS
- ./waf build
- ./waf test