We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 182910b commit 2a25ee5Copy full SHA for 2a25ee5
1 file changed
.pre-commit-config.yaml
@@ -39,6 +39,11 @@ repos:
39
entry: python -c "import urllib.request; exec(urllib.request.urlopen('https://raw.githubusercontent.com/SamuelMarks/c-ci/master/precommit_matrix.py').read())" test clang
40
language: python
41
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
48
name: Build (MSVC)
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
0 commit comments