Lines Matching refs:build

40 …name: "cygwin, ${{ matrix.build == 'cmake' && 'CM' || 'AM' }} ${{ matrix.platform }} ${{ matrix.na…
51 … - { build: 'automake', platform: 'x86_64', tflags: 'skiprun', config: '', name: 'openssl R' }
52 …- { build: 'cmake' , platform: 'x86_64', tflags: '' , config: '-DENABLE_DEBUG=ON -DCURL_US…
65 ${{ matrix.build }} make ninja
75 if: ${{ matrix.build == 'automake' }}
80 if: ${{ matrix.build == 'automake' }}
92 if: ${{ matrix.build == 'automake' && !cancelled() }}
96 if: ${{ matrix.build == 'automake' }}
100 if: ${{ matrix.build == 'automake' }}
103 - name: 'autotools build'
104 if: ${{ matrix.build == 'automake' }}
109 if: ${{ matrix.build == 'automake' }}
115 - name: 'autotools build tests'
116 if: ${{ matrix.build == 'automake' && matrix.tflags != 'skipall' }}
121 … if: ${{ matrix.build == 'automake' && matrix.tflags != 'skipall' && matrix.tflags != 'skiprun' }}
131 if: ${{ matrix.build == 'cmake' }}
142 if: ${{ matrix.build == 'cmake' && !cancelled() }}
146 if: ${{ matrix.build == 'cmake' }}
150 if: ${{ matrix.build == 'cmake' }}
153 - name: 'cmake build'
154 if: ${{ matrix.build == 'cmake' }}
156 run: cmake --build bld --config '${{ matrix.type }}' --parallel 5
159 if: ${{ matrix.build == 'cmake' }}
166 - name: 'cmake build tests'
167 if: ${{ matrix.build == 'cmake' && matrix.tflags != 'skipall' }}
169 run: cmake --build bld --config '${{ matrix.type }}' --parallel 5 --target testdeps
172 … if: ${{ matrix.build == 'cmake' && matrix.tflags != 'skipall' && matrix.tflags != 'skiprun' }}
180 cmake --build bld --config '${{ matrix.type }}' --target test-ci
182 - name: 'cmake build examples'
183 if: ${{ matrix.build == 'cmake' }}
185 run: cmake --build bld --config '${{ matrix.type }}' --parallel 5 --target curl-examples
188 …name: "${{ matrix.sys == 'msys' && 'msys2' || 'mingw' }}, ${{ matrix.build == 'cmake' && 'CM' || '…
197 …- { build: 'autotools', sys: 'msys' , env: 'x86_64' , tflags: '!19 !1233', c…
198 …- { build: 'autotools', sys: 'msys' , env: 'x86_64' , tflags: 'skiprun' , c…
199 …- { build: 'cmake' , sys: 'msys' , env: 'x86_64' , tflags: '!19 !504 !704 !705 !1233', c…
200 …- { build: 'autotools', sys: 'msys' , env: 'x86_64' , tflags: '!19 !504 !704 !705 !1233', c…
201 …- { build: 'autotools', sys: 'mingw64', env: 'x86_64' , tflags: 'skiprun' , c…
202 …- { build: 'autotools', sys: 'mingw64', env: 'x86_64' , tflags: '~472 ~1299 ~1613' , c…
204 …- { build: 'cmake' , sys: 'mingw64', env: 'x86_64' , tflags: '~2301 ~2302' , c…
205 …- { build: 'cmake' , sys: 'ucrt64' , env: 'ucrt-x86_64' , tflags: 'skiprun' , c…
206 …- { build: 'cmake' , sys: 'clang64', env: 'clang-x86_64', tflags: 'skiprun' , c…
207 …- { build: 'cmake' , sys: 'mingw64', env: 'x86_64' , tflags: 'skiprun' , c…
208 …- { build: 'cmake' , sys: 'mingw32', env: 'i686' , tflags: 'skiprun' , c…
223 ${{ matrix.build }} ${{ matrix.build == 'autotools' && 'make' || 'ninja' }}
238 … mingw-w64-${{ matrix.env }}-${{ matrix.build }} ${{ matrix.build == 'autotools' && 'make' || '' }}
246 if: ${{ matrix.build == 'autotools' }}
251 if: ${{ matrix.build == 'autotools' }}
262 if: ${{ matrix.build == 'autotools' && !cancelled() }}
266 if: ${{ matrix.build == 'autotools' }}
270 if: ${{ matrix.build == 'autotools' }}
273 - name: 'autotools build'
274 if: ${{ matrix.build == 'autotools' }}
279 if: ${{ matrix.build == 'autotools' }}
285 - name: 'autotools build tests'
286 if: ${{ matrix.build == 'autotools' && matrix.tflags != 'skipall' }}
291 … if: ${{ matrix.build == 'autotools' && matrix.tflags != 'skipall' && matrix.tflags != 'skiprun' }}
298 … if: ${{ matrix.build == 'autotools' && matrix.tflags != 'skipall' && matrix.tflags != 'skiprun' }}
314 - name: 'autotools build examples'
315 …if: ${{ matrix.build == 'autotools' && (matrix.tflags == 'skipall' || matrix.tflags == 'skiprun') …
320 if: ${{ matrix.build == 'cmake' }}
352 if: ${{ matrix.build == 'cmake' && !cancelled() }}
356 if: ${{ matrix.build == 'cmake' }}
360 if: ${{ matrix.build == 'cmake' }}
363 - name: 'cmake build'
364 if: ${{ matrix.build == 'cmake' }}
366 run: cmake --build bld --config '${{ matrix.type }}' --parallel 5
369 if: ${{ matrix.build == 'cmake' }}
378 - name: 'cmake build tests'
379 if: ${{ matrix.build == 'cmake' && matrix.tflags != 'skipall' }}
381 run: cmake --build bld --config '${{ matrix.type }}' --parallel 5 --target testdeps
384 … if: ${{ matrix.build == 'cmake' && matrix.tflags != 'skipall' && matrix.tflags != 'skiprun' }}
391 … if: ${{ matrix.build == 'cmake' && matrix.tflags != 'skipall' && matrix.tflags != 'skiprun' }}
405 cmake --build bld --config '${{ matrix.type }}' --target test-ci
407 - name: 'cmake build examples'
408 if: ${{ matrix.build == 'cmake' }}
410 run: cmake --build bld --config '${{ matrix.type }}' --parallel 5 --target curl-examples
492 - name: 'cmake build'
496 cmake --build bld --config '${{ matrix.type }}' --parallel 5
505 - name: 'cmake build tests'
510 cmake --build bld --config '${{ matrix.type }}' --parallel 5 --target testdeps
530 cmake --build bld --config '${{ matrix.type }}' --target test-ci
532 - name: 'cmake build examples'
536 cmake --build bld --config '${{ matrix.type }}' --parallel 5 --target curl-examples
539 name: "linux-mingw, ${{ matrix.build == 'cmake' && 'CM' || 'AM' }} ${{ matrix.compiler }}"
545 build: [autotools, cmake]
551 …iet 2 --option Dpkg::Use-Pty=0 install mingw-w64 ${{ matrix.build == 'cmake' && 'ninja-build' || '…
556 if: ${{ matrix.build == 'autotools' }}
560 if: ${{ matrix.build == 'autotools' }}
569 if: ${{ matrix.build == 'autotools' && !cancelled() }}
572 - name: 'autotools build'
573 if: ${{ matrix.build == 'autotools' }}
576 - name: 'autotools build examples'
577 if: ${{ matrix.build == 'autotools' }}
581 if: ${{ matrix.build == 'cmake' }}
593 if: ${{ matrix.build == 'cmake' && !cancelled() }}
596 - name: 'cmake build'
597 if: ${{ matrix.build == 'cmake' }}
598 run: cmake --build bld --parallel 5
600 - name: 'cmake build tests'
601 if: ${{ matrix.build == 'cmake' }}
602 run: cmake --build bld --parallel 5 --target testdeps
604 - name: 'cmake build examples'
605 if: ${{ matrix.build == 'cmake' }}
606 run: cmake --build bld --parallel 5 --target curl-examples
730 - name: 'vcpkg build'
766 - name: 'cmake build'
768 run: cmake --build bld --config '${{ matrix.type }}' --parallel 5
779 - name: 'cmake build tests'
782 run: cmake --build bld --config '${{ matrix.type }}' --parallel 5 --target testdeps
807 cmake --build bld --config '${{ matrix.type }}' --target test-ci
809 - name: 'cmake build examples'
811 run: cmake --build bld --config '${{ matrix.type }}' --parallel 5 --target curl-examples