Skip to content

Commit 2a25ee5

Browse files
committed
Re-add MSVC 2005 Wine
1 parent 182910b commit 2a25ee5

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ 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-2005-wine
43+
name: Build and Test (MSVC 2005 Wine)
44+
entry: python -c "import urllib.request; exec(urllib.request.urlopen('https://raw.githubusercontent.com/SamuelMarks/c-ci/master/precommit_matrix.py').read())" build msvc_2005_wine
45+
language: python
46+
pass_filenames: false
4247
- id: build-msvc
4348
name: Build (MSVC)
4449
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)