Lines Matching refs:build

40 …name: "${{ matrix.sys == 'msys' && 'msys2' || 'mingw' }}, ${{ matrix.build == 'cmake' && 'CM' || '…
49 …- { build: 'autotools', sys: 'msys' , env: 'x86_64' , tflags: '!19 !1233', c…
50 …- { build: 'autotools', sys: 'msys' , env: 'x86_64' , tflags: '!19 !504 !704 !705 !1233', c…
51 …- { build: 'cmake' , sys: 'msys' , env: 'x86_64' , tflags: 'skiprun' , c…
52 …- { build: 'autotools', sys: 'msys' , env: 'x86_64' , tflags: '!19 !504 !704 !705 !1233', c…
53 …- { build: 'autotools', sys: 'mingw64', env: 'x86_64' , tflags: 'skiprun' , c…
54 …- { build: 'autotools', sys: 'mingw64', env: 'x86_64' , tflags: '~472 ~1299 ~1613' , c…
56 …- { build: 'cmake' , sys: 'mingw64', env: 'x86_64' , tflags: '~2301 ~2302' , c…
57 …- { build: 'cmake' , sys: 'ucrt64' , env: 'ucrt-x86_64' , tflags: 'skiprun' , c…
58 …- { build: 'cmake' , sys: 'clang64', env: 'clang-x86_64', tflags: 'skiprun' , c…
59 …- { build: 'cmake' , sys: 'mingw64', env: 'x86_64' , tflags: 'skiprun' , c…
60 …- { build: 'cmake' , sys: 'mingw32', env: 'i686' , tflags: 'skiprun' , c…
75 ${{ matrix.build }} ${{ matrix.build == 'autotools' && 'make' || 'ninja' }}
90 … mingw-w64-${{ matrix.env }}-${{ matrix.build }} ${{ matrix.build == 'autotools' && 'make' || '' }}
98 if: ${{ matrix.build == 'autotools' }}
103 if: ${{ matrix.build == 'autotools' }}
115 if: ${{ matrix.build == 'autotools' && !cancelled() }}
119 if: ${{ matrix.build == 'autotools' }}
123 if: ${{ matrix.build == 'autotools' }}
126 - name: 'autotools build'
127 if: ${{ matrix.build == 'autotools' }}
132 if: ${{ matrix.build == 'autotools' }}
138 - name: 'autotools build tests'
139 if: ${{ matrix.build == 'autotools' && matrix.tflags != 'skipall' }}
144 … if: ${{ matrix.build == 'autotools' && matrix.tflags != 'skipall' && matrix.tflags != 'skiprun' }}
151 … if: ${{ matrix.build == 'autotools' && matrix.tflags != 'skipall' && matrix.tflags != 'skiprun' }}
167 - name: 'autotools build examples'
168 if: ${{ matrix.build == 'autotools' }}
173 if: ${{ matrix.build == 'cmake' }}
206 if: ${{ matrix.build == 'cmake' && !cancelled() }}
210 if: ${{ matrix.build == 'cmake' }}
214 if: ${{ matrix.build == 'cmake' }}
217 - name: 'cmake build'
218 if: ${{ matrix.build == 'cmake' }}
220 run: cmake --build bld --config '${{ matrix.type }}' --parallel 5
223 if: ${{ matrix.build == 'cmake' }}
232 - name: 'cmake build tests'
233 if: ${{ matrix.build == 'cmake' && matrix.tflags != 'skipall' }}
235 run: cmake --build bld --config '${{ matrix.type }}' --parallel 5 --target testdeps
238 … if: ${{ matrix.build == 'cmake' && matrix.tflags != 'skipall' && matrix.tflags != 'skiprun' }}
245 … if: ${{ matrix.build == 'cmake' && matrix.tflags != 'skipall' && matrix.tflags != 'skiprun' }}
259 cmake --build bld --config '${{ matrix.type }}' --target test-ci
261 - name: 'cmake build examples'
262 if: ${{ matrix.build == 'cmake' }}
264 run: cmake --build bld --config '${{ matrix.type }}' --parallel 5 --target curl-examples
347 - name: 'cmake build'
351 cmake --build bld --config '${{ matrix.type }}' --parallel 5
360 - name: 'cmake build tests'
365 cmake --build bld --config '${{ matrix.type }}' --parallel 5 --target testdeps
385 cmake --build bld --config '${{ matrix.type }}' --target test-ci
387 - name: 'cmake build examples'
391 cmake --build bld --config '${{ matrix.type }}' --parallel 5 --target curl-examples
394 name: "linux-mingw, ${{ matrix.build == 'cmake' && 'CM' || 'AM' }} ${{ matrix.compiler }}"
400 build: [autotools, cmake]
406 …iet 2 --option Dpkg::Use-Pty=0 install mingw-w64 ${{ matrix.build == 'cmake' && 'ninja-build' || '…
411 if: ${{ matrix.build == 'autotools' }}
415 if: ${{ matrix.build == 'autotools' }}
424 if: ${{ matrix.build == 'autotools' && !cancelled() }}
427 - name: 'autotools build'
428 if: ${{ matrix.build == 'autotools' }}
431 - name: 'autotools build examples'
432 if: ${{ matrix.build == 'autotools' }}
436 if: ${{ matrix.build == 'cmake' }}
448 if: ${{ matrix.build == 'cmake' && !cancelled() }}
451 - name: 'cmake build'
452 if: ${{ matrix.build == 'cmake' }}
453 run: cmake --build bld --parallel 5
455 - name: 'cmake build tests'
456 if: ${{ matrix.build == 'cmake' }}
457 run: cmake --build bld --parallel 5 --target testdeps
459 - name: 'cmake build examples'
460 if: ${{ matrix.build == 'cmake' }}
461 run: cmake --build bld --parallel 5 --target curl-examples
553 - name: 'vcpkg build'
588 - name: 'cmake build'
590 run: cmake --build bld --config '${{ matrix.type }}' --parallel 5
601 - name: 'cmake build tests'
604 run: cmake --build bld --config '${{ matrix.type }}' --parallel 5 --target testdeps
629 cmake --build bld --config '${{ matrix.type }}' --target test-ci
631 - name: 'cmake build examples'
633 run: cmake --build bld --config '${{ matrix.type }}' --parallel 5 --target curl-examples