Skip to content

Commit

Permalink
Remove boilerplate for the Windows CI
Browse files Browse the repository at this point in the history
This should now be handled at the level of the image.

Fixes #249
  • Loading branch information
setton committed Jul 11, 2024
1 parent 95fef78 commit 81cdfc6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 81cdfc6

Please sign in to comment.