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
31 lines
553 B
![]()
4 years ago
|
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
|