
1 changed files with 31 additions and 0 deletions
@ -0,0 +1,31 @@
@@ -0,0 +1,31 @@
|
||||
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 |
Loading…
Reference in new issue