@@ -40,141 +40,111 @@ jobs:
4040 steps :
4141 - uses : actions/checkout@v2
4242
43- - name : CMake 3.4
44- uses : jwlawson/actions-setup-cmake@v1.11
43+ - name : Check CMake 3.4
4544 with :
4645 cmake-version : " 3.4"
47- - name : Check CMake 3.4
4846 uses : ./.github/actions/quick_cmake
4947
50- - name : CMake 3.5
51- uses : jwlawson/actions-setup-cmake@v1.11
52- with :
53- cmake-version : " 3.5"
5448 - name : Check CMake 3.5
5549 uses : ./.github/actions/quick_cmake
50+ with :
51+ cmake-version : " 3.5"
5652 if : success() || failure()
5753
58- - name : CMake 3.6
59- uses : jwlawson/actions-setup-cmake@v1.11
60- with :
61- cmake-version : " 3.6"
6254 - name : Check CMake 3.6
6355 uses : ./.github/actions/quick_cmake
56+ with :
57+ cmake-version : " 3.6"
6458 if : success() || failure()
6559
66- - name : CMake 3.7
67- uses : jwlawson/actions-setup-cmake@v1.11
68- with :
69- cmake-version : " 3.7"
7060 - name : Check CMake 3.7
7161 uses : ./.github/actions/quick_cmake
62+ with :
63+ cmake-version : " 3.7"
7264 if : success() || failure()
7365
74- - name : CMake 3.8
75- uses : jwlawson/actions-setup-cmake@v1.11
76- with :
77- cmake-version : " 3.8"
7866 - name : Check CMake 3.8
7967 uses : ./.github/actions/quick_cmake
68+ with :
69+ cmake-version : " 3.8"
8070 if : success() || failure()
8171
82- - name : CMake 3.9
83- uses : jwlawson/actions-setup-cmake@v1.11
84- with :
85- cmake-version : " 3.9"
8672 - name : Check CMake 3.9
8773 uses : ./.github/actions/quick_cmake
74+ with :
75+ cmake-version : " 3.9"
8876 if : success() || failure()
8977
90- - name : CMake 3.10
91- uses : jwlawson/actions-setup-cmake@v1.11
92- with :
93- cmake-version : " 3.10"
9478 - name : Check CMake 3.10
9579 uses : ./.github/actions/quick_cmake
80+ with :
81+ cmake-version : " 3.10"
9682 if : success() || failure()
9783
98- - name : CMake 3.11
99- uses : jwlawson/actions-setup-cmake@v1.11
100- with :
101- cmake-version : " 3.11"
10284 - name : Check CMake 3.11 (full)
10385 uses : ./.github/actions/quick_cmake
10486 with :
87+ cmake-version : " 3.11"
10588 args : -DCLI11_SANITIZERS=ON -DCLI11_BUILD_EXAMPLES_JSON=ON
10689 if : success() || failure()
10790
108- - name : CMake 3.12
109- uses : jwlawson/actions-setup-cmake@v1.11
110- with :
111- cmake-version : " 3.12"
11291 - name : Check CMake 3.12
11392 uses : ./.github/actions/quick_cmake
93+ with :
94+ cmake-version : " 3.12"
11495 if : success() || failure()
11596
116- - name : CMake 3.13
117- uses : jwlawson/actions-setup-cmake@v1.11
118- with :
119- cmake-version : " 3.13"
12097 - name : Check CMake 3.13
12198 uses : ./.github/actions/quick_cmake
99+ with :
100+ cmake-version : " 3.13"
122101 if : success() || failure()
123102
124- - name : CMake 3.14
125- uses : jwlawson/actions-setup-cmake@v1.11
126- with :
127- cmake-version : " 3.14"
128103 - name : Check CMake 3.14
129104 uses : ./.github/actions/quick_cmake
105+ with :
106+ cmake-version : " 3.14"
130107 if : success() || failure()
131108
132- - name : CMake 3.15
133- uses : jwlawson/actions-setup-cmake@v1.11
134- with :
135- cmake-version : " 3.15"
136109 - name : Check CMake 3.15
137110 uses : ./.github/actions/quick_cmake
111+ with :
112+ cmake-version : " 3.15"
138113 if : success() || failure()
139114
140- - name : CMake 3.16
141- uses : jwlawson/actions-setup-cmake@v1.11
142- with :
143- cmake-version : " 3.16"
144115 - name : Check CMake 3.16
145116 uses : ./.github/actions/quick_cmake
117+ with :
118+ cmake-version : " 3.16"
146119 if : success() || failure()
147120
148- - name : CMake 3.17
149- uses : jwlawson/actions-setup-cmake@v1.11
150- with :
151- cmake-version : " 3.17"
152121 - name : Check CMake 3.17
153122 uses : ./.github/actions/quick_cmake
123+ with :
124+ cmake-version : " 3.17"
154125 if : success() || failure()
155126
156- - name : CMake 3.18
157- uses : jwlawson/actions-setup-cmake@v1.11
158- with :
159- cmake-version : " 3.18"
160127 - name : Check CMake 3.18
161128 uses : ./.github/actions/quick_cmake
129+ with :
130+ cmake-version : " 3.18"
162131 if : success() || failure()
163132
164- - name : CMake 3.19
165- uses : jwlawson/actions-setup-cmake@v1.11
166- with :
167- cmake-version : " 3.19"
168- - name : Check CMake 3.19 (full)
133+ - name : Check CMake 3.19
169134 uses : ./.github/actions/quick_cmake
170135 with :
171- args : -DCLI11_SANITIZERS=ON -DCLI11_BUILD_EXAMPLES_JSON=ON
136+ cmake-version : " 3.19 "
172137 if : success() || failure()
173138
174- - name : CMake 3.20
175- uses : jwlawson/actions-setup-cmake@v1.11
139+ - name : Check CMake 3.20
140+ uses : ./.github/actions/quick_cmake
176141 with :
177142 cmake-version : " 3.20"
178- - name : Check CMake 3.20
143+ if : success() || failure()
144+
145+ - name : Check CMake 3.21 (full)
179146 uses : ./.github/actions/quick_cmake
147+ with :
148+ cmake-version : " 3.21"
149+ args : -DCLI11_SANITIZERS=ON -DCLI11_BUILD_EXAMPLES_JSON=ON
180150 if : success() || failure()
0 commit comments