@@ -15,73 +15,58 @@ repos:
1515 hooks :
1616 - id : cppcheck
1717 name : Cppcheck
18- entry : python3 -c "import urllib.request; exec(urllib.request.urlopen('https://raw.githubusercontent.com/SamuelMarks/c-ci/master/precommit_matrix.py').read())" cppcheck
18+ entry : python -c "import urllib.request; exec(urllib.request.urlopen('https://raw.githubusercontent.com/SamuelMarks/c-ci/master/precommit_matrix.py').read())" cppcheck
1919 language : python
2020 pass_filenames : false
2121 types_or : [c, c++]
2222 - id : build-gcc
2323 name : Build (GCC)
24- entry : python3 -c "import urllib.request; exec(urllib.request.urlopen('https://raw.githubusercontent.com/SamuelMarks/c-ci/master/precommit_matrix.py').read())" build gcc
24+ entry : python -c "import urllib.request; exec(urllib.request.urlopen('https://raw.githubusercontent.com/SamuelMarks/c-ci/master/precommit_matrix.py').read())" build gcc
2525 language : python
2626 pass_filenames : false
2727 - id : test-gcc
2828 name : Test (GCC)
29- entry : python3 -c "import urllib.request; exec(urllib.request.urlopen('https://raw.githubusercontent.com/SamuelMarks/c-ci/master/precommit_matrix.py').read())" test gcc
29+ entry : python -c "import urllib.request; exec(urllib.request.urlopen('https://raw.githubusercontent.com/SamuelMarks/c-ci/master/precommit_matrix.py').read())" test gcc
3030 language : python
3131 pass_filenames : false
3232 - id : build-clang
3333 name : Build (Clang)
34- entry : python3 -c "import urllib.request; exec(urllib.request.urlopen('https://raw.githubusercontent.com/SamuelMarks/c-ci/master/precommit_matrix.py').read())" build clang
34+ entry : python -c "import urllib.request; exec(urllib.request.urlopen('https://raw.githubusercontent.com/SamuelMarks/c-ci/master/precommit_matrix.py').read())" build clang
3535 language : python
3636 pass_filenames : false
3737 - id : test-clang
3838 name : Test (Clang)
39- entry : python3 -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 : python3 -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-wine
48- name : Build (MSVC Wine)
49- entry : python3 -c "import urllib.request; exec(urllib.request.urlopen('https://raw.githubusercontent.com/SamuelMarks/c-ci/master/precommit_matrix.py').read())" build msvc_wine
50- language : python
51- pass_filenames : false
52- - id : test-msvc-wine
53- name : Test (MSVC Wine)
54- entry : python3 -c "import urllib.request; exec(urllib.request.urlopen('https://raw.githubusercontent.com/SamuelMarks/c-ci/master/precommit_matrix.py').read())" test msvc_wine
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
5540 language : python
5641 pass_filenames : false
5742 - id : build-msvc
5843 name : Build (MSVC)
59- entry : python3 -c "import urllib.request; exec(urllib.request.urlopen('https://raw.githubusercontent.com/SamuelMarks/c-ci/master/precommit_matrix.py').read())" build msvc
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
6045 language : python
6146 pass_filenames : false
6247 - id : test-msvc
6348 name : Test (MSVC)
64- entry : python3 -c "import urllib.request; exec(urllib.request.urlopen('https://raw.githubusercontent.com/SamuelMarks/c-ci/master/precommit_matrix.py').read())" test msvc
49+ entry : python -c "import urllib.request; exec(urllib.request.urlopen('https://raw.githubusercontent.com/SamuelMarks/c-ci/master/precommit_matrix.py').read())" test msvc
6550 language : python
6651 pass_filenames : false
6752 - id : build-mingw
6853 name : Build (MinGW)
69- entry : python3 -c "import urllib.request; exec(urllib.request.urlopen('https://raw.githubusercontent.com/SamuelMarks/c-ci/master/precommit_matrix.py').read())" build mingw
54+ entry : python -c "import urllib.request; exec(urllib.request.urlopen('https://raw.githubusercontent.com/SamuelMarks/c-ci/master/precommit_matrix.py').read())" build mingw
7055 language : python
7156 pass_filenames : false
7257 - id : test-mingw
7358 name : Test (MinGW)
74- entry : python3 -c "import urllib.request; exec(urllib.request.urlopen('https://raw.githubusercontent.com/SamuelMarks/c-ci/master/precommit_matrix.py').read())" test mingw
59+ entry : python -c "import urllib.request; exec(urllib.request.urlopen('https://raw.githubusercontent.com/SamuelMarks/c-ci/master/precommit_matrix.py').read())" test mingw
7560 language : python
7661 pass_filenames : false
7762 - id : valgrind
7863 name : Valgrind (GCC)
79- entry : python3 -c "import urllib.request; exec(urllib.request.urlopen('https://raw.githubusercontent.com/SamuelMarks/c-ci/master/precommit_matrix.py').read())" valgrind gcc
64+ entry : python -c "import urllib.request; exec(urllib.request.urlopen('https://raw.githubusercontent.com/SamuelMarks/c-ci/master/precommit_matrix.py').read())" valgrind gcc
8065 language : python
8166 pass_filenames : false
8267 - id : update-shields
8368 name : Update README Shields
84- entry : python3 -c "import urllib.request; exec(urllib.request.urlopen('https://raw.githubusercontent.com/SamuelMarks/c-ci/master/precommit_matrix.py').read())" shields
69+ entry : python -c "import urllib.request; exec(urllib.request.urlopen('https://raw.githubusercontent.com/SamuelMarks/c-ci/master/precommit_matrix.py').read())" shields
8570 language : python
8671 additional_dependencies : [gcovr]
8772 pass_filenames : false
0 commit comments