Skip to content
Snippets Groups Projects
Verified Commit 56a57480 authored by Josch Morgenstern's avatar Josch Morgenstern
Browse files

[#47] change win10 to win

parent 13d7b94a
No related branches found
No related tags found
1 merge request!36Resolve "Windows-Runner: Nicht reproduzierbares Verhalten seit Update"
Pipeline #25217 canceled
variables: variables:
RUN: RUN:
value: "all" value: "all"
description: "The tests that should run. Possible values: ubuntu, win10, all." description: "The tests that should run. Possible values: ubuntu, win, all."
stages: stages:
- build - build
...@@ -33,7 +33,7 @@ build_ubuntu_gcc: ...@@ -33,7 +33,7 @@ build_ubuntu_gcc:
build_win10_msvc: build_win10_msvc:
only: only:
variables: variables:
- $RUN =~ /\bwin10.*/i || $RUN =~ /\ball.*/i - $RUN =~ /\bwin.*/i || $RUN =~ /\ball.*/i
stage: build stage: build
tags: tags:
- win10-msvc - win10-msvc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment