From 56a57480d2169759b1c68ca5107ef94b4e494f88 Mon Sep 17 00:00:00 2001 From: Josh Morgenstern <josh@morgenstern.dev> Date: Fri, 28 May 2021 18:39:26 +0200 Subject: [PATCH] [#47] change win10 to win --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f6193b67..1764ba4b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ variables: RUN: 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: - build @@ -33,7 +33,7 @@ build_ubuntu_gcc: build_win10_msvc: only: variables: - - $RUN =~ /\bwin10.*/i || $RUN =~ /\ball.*/i + - $RUN =~ /\bwin.*/i || $RUN =~ /\ball.*/i stage: build tags: - win10-msvc -- GitLab