diff options
-rw-r--r-- | .gitlab-ci.yml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7f181a57..9727e2b0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -176,26 +176,25 @@ test:mac_rel: win_dbg: <<: *build_definition script: python ./waf configure build -dT --no-coverage - tags: [windows] + tags: [windows,msvc,python] test:win_dbg: <<: *test_definition script: python ./waf test needs: ["win_dbg"] - tags: [windows] + tags: [windows,msvc,python] win_rel: <<: *build_definition script: python ./waf configure build -T --no-coverage - tags: - - windows + tags: [windows,msvc,python] test:win_rel: <<: *test_definition script: python ./waf test needs: ["win_rel"] - tags: [windows] + tags: [windows,msvc,python] pages: |