From f4ce779c46c548e4455ee842356966e54186ce82 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 4 Oct 2018 17:04:41 +0100 Subject: ci: Reshuffle mingw jobs so we test different combinations We test the combinations that we don't test on Travis-CI. Signed-off-by: Simon McVittie (cherry picked from commit a6d926b805a1a38567a70490b3e8d7d6c932d1f5) --- .gitlab-ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 96d632d6..7c53b1b2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -82,36 +82,36 @@ build:cmake: ci_buildsys: "cmake" script: *script -build:i686-w64-mingw32: +build:i686-w64-mingw32-debug: stage: build image: "debian:stretch-slim" variables: ci_host: "i686-w64-mingw32" + ci_variant: "debug" script: *script -build:i686-w64-mingw32-cmake-debug: +build:i686-w64-mingw32-cmake: stage: build image: "debian:stretch-slim" variables: ci_buildsys: "cmake" ci_host: "i686-w64-mingw32" - ci_variant: "debug" script: *script -build:x86_64-w64-mingw32-debug: +build:x86_64-w64-mingw32: stage: build image: "debian:stretch-slim" variables: ci_host: "i686-w64-mingw32" - ci_variant: "debug" script: *script -build:x86_64-w64-mingw32-cmake: +build:x86_64-w64-mingw32-cmake-debug: stage: build image: "debian:stretch-slim" variables: ci_buildsys: "cmake" ci_host: "i686-w64-mingw32" + ci_variant: "debug" script: *script build:jessie: -- cgit v1.2.1