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' }}
101 - name: 'autotools build'
102 if: ${{ matrix.build == 'automake' }}
107 if: ${{ matrix.build == 'automake' }}
113 - name: 'autotools build tests'
114 if: ${{ matrix.build == 'automake' && matrix.tflags != 'skipall' }}
119 … if: ${{ matrix.build == 'automake' && matrix.tflags != 'skipall' && matrix.tflags != 'skiprun' }}
129 if: ${{ matrix.build == 'cmake' }}
140 if: ${{ matrix.build == 'cmake' && !cancelled() }}
144 if: ${{ matrix.build == 'cmake' }}
149 - name: 'cmake build'
150 if: ${{ matrix.build == 'cmake' }}
152 run: cmake --build bld --config '${{ matrix.type }}'
155 if: ${{ matrix.build == 'cmake' }}
162 - name: 'cmake build tests'
163 if: ${{ matrix.build == 'cmake' && matrix.tflags != 'skipall' }}
165 run: cmake --build bld --config '${{ matrix.type }}' --target testdeps
168 … if: ${{ matrix.build == 'cmake' && matrix.tflags != 'skipall' && matrix.tflags != 'skiprun' }}
176 cmake --build bld --config '${{ matrix.type }}' --target test-ci
178 - name: 'cmake build examples'
179 if: ${{ matrix.build == 'cmake' }}
181 run: cmake --build bld --config '${{ matrix.type }}' --target curl-examples
184 …name: "${{ matrix.sys == 'msys' && 'msys2' || 'mingw' }}, ${{ matrix.build == 'cmake' && 'CM' || '…
193 …- { build: 'autotools', sys: 'msys' , env: 'x86_64' , tflags: '!19 !1233', c…
194 …- { build: 'autotools', sys: 'msys' , env: 'x86_64' , tflags: 'skiprun' , c…
195 …- { build: 'cmake' , sys: 'msys' , env: 'x86_64' , tflags: '!19 !504 !704 !705 !1233', c…
196 …- { build: 'autotools', sys: 'msys' , env: 'x86_64' , tflags: '!19 !504 !704 !705 !1233', c…
197 …- { build: 'autotools', sys: 'mingw64', env: 'x86_64' , tflags: 'skiprun' , c…
198 …- { build: 'autotools', sys: 'mingw64', env: 'x86_64' , tflags: '~472 ~1299 ~1613' , c…
200 …- { build: 'cmake' , sys: 'mingw64', env: 'x86_64' , tflags: '~2301 ~2302' , c…
201 …- { build: 'cmake' , sys: 'ucrt64' , env: 'ucrt-x86_64' , tflags: 'skiprun' , c…
202 …- { build: 'cmake' , sys: 'clang64', env: 'clang-x86_64', tflags: 'skiprun' , c…
203 …- { build: 'cmake' , sys: 'mingw64', env: 'x86_64' , tflags: 'skiprun' , c…
204 …- { build: 'cmake' , sys: 'mingw64', env: 'x86_64' , tflags: 'skiprun' , c…
205 …- { build: 'cmake' , sys: 'mingw32', env: 'i686' , tflags: 'skiprun' , c…
220 ${{ matrix.build }} ${{ matrix.build == 'autotools' && 'make' || 'ninja' }}
235 … mingw-w64-${{ matrix.env }}-${{ matrix.build }} ${{ matrix.build == 'autotools' && 'make' || '' }}
243 if: ${{ matrix.build == 'autotools' }}
248 if: ${{ matrix.build == 'autotools' }}
259 if: ${{ matrix.build == 'autotools' && !cancelled() }}
263 if: ${{ matrix.build == 'autotools' }}
268 - name: 'autotools build'
269 if: ${{ matrix.build == 'autotools' }}
274 if: ${{ matrix.build == 'autotools' }}
283 - name: 'autotools build tests'
284 if: ${{ matrix.build == 'autotools' && matrix.tflags != 'skipall' }}
289 … if: ${{ matrix.build == 'autotools' && matrix.tflags != 'skipall' && matrix.tflags != 'skiprun' }}
296 … if: ${{ matrix.build == 'autotools' && matrix.tflags != 'skipall' && matrix.tflags != 'skiprun' }}
312 - name: 'autotools build examples'
313 …if: ${{ matrix.build == 'autotools' && (matrix.tflags == 'skipall' || matrix.tflags == 'skiprun') …
318 if: ${{ matrix.build == 'cmake' }}
350 if: ${{ matrix.build == 'cmake' && !cancelled() }}
354 if: ${{ matrix.build == 'cmake' }}
359 - name: 'cmake build'
360 if: ${{ matrix.build == 'cmake' }}
362 run: cmake --build bld --config '${{ matrix.type }}'
365 if: ${{ matrix.build == 'cmake' }}
374 - name: 'cmake build tests'
375 if: ${{ matrix.build == 'cmake' && matrix.tflags != 'skipall' }}
377 run: cmake --build bld --config '${{ matrix.type }}' --target testdeps
380 … if: ${{ matrix.build == 'cmake' && matrix.tflags != 'skipall' && matrix.tflags != 'skiprun' }}
387 … if: ${{ matrix.build == 'cmake' && matrix.tflags != 'skipall' && matrix.tflags != 'skiprun' }}
401 cmake --build bld --config '${{ matrix.type }}' --target test-ci
403 - name: 'cmake build examples'
404 if: ${{ matrix.build == 'cmake' }}
406 run: cmake --build bld --config '${{ matrix.type }}' --target curl-examples
487 - name: 'cmake build'
491 cmake --build bld --config '${{ matrix.type }}' --parallel 5
500 - name: 'cmake build tests'
505 cmake --build bld --config '${{ matrix.type }}' --parallel 5 --target testdeps
525 cmake --build bld --config '${{ matrix.type }}' --target test-ci
527 - name: 'cmake build examples'
531 cmake --build bld --config '${{ matrix.type }}' --parallel 5 --target curl-examples
534 name: "linux-mingw, ${{ matrix.build == 'cmake' && 'CM' || 'AM' }} ${{ matrix.compiler }}"
540 build: [autotools, cmake]
546 …iet 2 --option Dpkg::Use-Pty=0 install mingw-w64 ${{ matrix.build == 'cmake' && 'ninja-build' || '…
551 if: ${{ matrix.build == 'autotools' }}
555 if: ${{ matrix.build == 'autotools' }}
564 if: ${{ matrix.build == 'autotools' && !cancelled() }}
568 if: ${{ matrix.build == 'autotools' }}
573 - name: 'autotools build'
574 if: ${{ matrix.build == 'autotools' }}
577 - name: 'autotools build examples'
578 if: ${{ matrix.build == 'autotools' }}
582 if: ${{ matrix.build == 'cmake' }}
594 if: ${{ matrix.build == 'cmake' && !cancelled() }}
598 if: ${{ matrix.build == 'cmake' }}
603 - name: 'cmake build'
604 if: ${{ matrix.build == 'cmake' }}
605 run: cmake --build bld
607 - name: 'cmake build tests'
608 if: ${{ matrix.build == 'cmake' }}
609 run: cmake --build bld --target testdeps
611 - name: 'cmake build examples'
612 if: ${{ matrix.build == 'cmake' }}
613 run: cmake --build bld --target curl-examples
737 - name: 'vcpkg build'
768 - name: 'cmake build'
772 cmake --build bld --config '${{ matrix.type }}' --parallel 5
783 - name: 'cmake build tests'
788 cmake --build bld --config '${{ matrix.type }}' --parallel 5 --target testdeps
814 cmake --build bld --config '${{ matrix.type }}' --target test-ci
816 - name: 'cmake build examples'
820 cmake --build bld --config '${{ matrix.type }}' --parallel 5 --target curl-examples