|
|
|
@ -175,7 +175,7 @@ test:mac_rel:
@@ -175,7 +175,7 @@ test:mac_rel:
|
|
|
|
|
|
|
|
|
|
win_dbg: |
|
|
|
|
<<: *build_definition |
|
|
|
|
script: python ./waf configure build -dST --no-coverage |
|
|
|
|
script: python ./waf configure build -dST --werror --no-coverage |
|
|
|
|
tags: [windows,msvc,python] |
|
|
|
|
|
|
|
|
|
test:win_dbg: |
|
|
|
@ -187,7 +187,7 @@ test:win_dbg:
@@ -187,7 +187,7 @@ test:win_dbg:
|
|
|
|
|
|
|
|
|
|
win_rel: |
|
|
|
|
<<: *build_definition |
|
|
|
|
script: python ./waf configure build -ST --no-coverage |
|
|
|
|
script: python ./waf configure build -ST --werror --no-coverage |
|
|
|
|
tags: [windows,msvc,python] |
|
|
|
|
|
|
|
|
|
test:win_rel: |
|
|
|
|