LV2 subproject with meson
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
553 B

lin_dbg:
script:
- python ./waf -dsT --no-coverage configure build test
lin_rel:
script:
- python ./waf -sT --no-coverage configure build test
mac_dbg:
script:
- python ./waf -dsT --no-coverage configure build test
tags:
- macos
mac_rel:
script:
- python ./waf -sT --no-coverage configure build test
tags:
- macos
win_dbg:
script:
- python ./waf -dsT --no-coverage configure build test
tags:
- windows
win_rel:
script:
- python ./waf -sT --no-coverage configure build test
tags:
- windows