File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments