From 81cdfc692d3551e1a2e51da24183b61ac4015745 Mon Sep 17 00:00:00 2001 From: Nicolas Setton Date: Thu, 11 Jul 2024 09:24:00 +0000 Subject: [PATCH] Remove boilerplate for the Windows CI This should now be handled at the level of the image. Fixes #249 --- .gitlab-ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f7018694..d564a254 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -186,11 +186,6 @@ build_and_test_windows: rules: - if: $CI_PIPELINE_SOURCE == 'merge_request_event' when: manual - before_script: - - export CYGWIN=nodosfilewarning # Remove confusing Cygwin warning - - set -o igncr # Remove trailing ^M in Cygwin - - export SHELLOPTS - - export PYTHONIOENCODING=utf-8:surrogateescape services: - image:e3-windows-core-2022 - cpu:8