Skip to content

Commit 03baca9

Browse files
committed
Add MSVC 2005 and MSVC 2026 Wine pre-commit support
1 parent cdad8c9 commit 03baca9

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,16 @@ 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
47+
- id: build-msvc-2026-wine
48+
name: Build and Test (MSVC 2026 Wine)
49+
entry: python -c "import urllib.request; exec(urllib.request.urlopen('https://raw.githubusercontent.com/SamuelMarks/c-ci/master/precommit_matrix.py').read())" build msvc_2026_wine
50+
language: python
51+
pass_filenames: false
4252
- id: build-msvc
4353
name: Build (MSVC)
4454
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)