Skip to content

Commit 182910b

Browse files
committed
Remove unstable MSVC Wine tests
1 parent a2ed59a commit 182910b

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,6 @@ repos:
3939
entry: python -c "import urllib.request; exec(urllib.request.urlopen('https://raw.githubusercontent.com/SamuelMarks/c-ci/master/precommit_matrix.py').read())" test clang
4040
language: python
4141
pass_filenames: false
42-
- id: build-msvc-wine
43-
name: Build & Test (MSVC Wine)
44-
entry: bash -c 'if command -v wine >/dev/null 2>&1 && [ -d "${MSVC_WINE_PATH:-$HOME/my_msvc/opt/msvc}" ]; then bash ~/repos/c-ci/build_msvc_wine.sh -DFETCHCONTENT_FULLY_DISCONNECTED=OFF -DFETCHCONTENT_UPDATES_DISCONNECTED=ON; RET=$?; wineserver -k || true; exit $RET; else echo "Skipping MSVC Wine"; fi'
45-
language: system
46-
pass_filenames: false
4742
- id: build-msvc
4843
name: Build (MSVC)
4944
entry: python -c "import urllib.request; exec(urllib.request.urlopen('https://raw.githubusercontent.com/SamuelMarks/c-ci/master/precommit_matrix.py').read())" build msvc

0 commit comments

Comments
 (0)