Lines Matching refs:build

210       - name: 'build-cert'
214 make -C bld/tests/certs build-certs -j1
255 if: ${{ contains(matrix.build.name, '+examples') }}
259 name: 'CM ${{ matrix.compiler }} ${{ matrix.build.name }}'
269 build:
304 - { compiler: llvm@15, build: { macos-version-min: '10.15' } }
305 - { compiler: llvm@15, build: { macos-version-min: '10.9' } }
306 - { compiler: gcc-12, build: { torture: true } }
310 …echo ninja pkg-config libpsl libssh2 nghttp2 stunnel ${{ matrix.build.install }} | xargs -Ix -n1 e…
347 -DCMAKE_OSX_DEPLOYMENT_TARGET=${{ matrix.build.macos-version-min }} \
349 ${{ matrix.build.generate }}
360 - name: 'build-cert'
361 if: contains(matrix.build.generate, '-DCURL_USE_SECTRANSP=ON')
364 ninja -C bld build-certs -j 1
366 - name: 'cmake build'
372 - name: 'cmake build tests'
382 timeout-minutes: ${{ matrix.build.torture && 20 || 10 }}
384 export TFLAGS='-j10 ${{ matrix.build.tflags }}'
385 if [ -z '${{ matrix.build.torture }}' ]; then
390 if [[ '${{ matrix.build.generate }}' = *'-DCURL_USE_SECTRANSP=ON'* ]]; then
397 if [[ '${{ matrix.build.generate }}' = *'-DCURL_USE_SECTRANSP=ON'* ]]; then
406 - name: 'cmake build examples'
412 …name: "${{ matrix.build == 'cmake' && 'CM' || 'AM' }} ${{ matrix.compiler }} ${{ matrix.image }} $…
443 build: [autotools, cmake]
468 # Reduce build combinations, by dropping less interesting ones
470 - { compiler: gcc-13, build: cmake }
475 if: ${{ matrix.build == 'autotools' }}
495 if: ${{ matrix.build == 'autotools' }}
498 - name: 'configure / ${{ matrix.build }}'
509 # They pass through a generator phase at build-time which seems to
510 # pick the SDK installed on the build machine (maintained by the
524 # at gcc build-time has a high chance of being or becoming out of
539 # an explosion of build combination. It may also mean that a minor
546 # and 9 fail to build (75%). These are the 3 lucky default
547 # combinations that worked to build curl:
554 # of build-OS or environent, it contains no SDK-version-specific
597 if [ '${{ matrix.build }}' = 'autotools' ]; then
640 - name: 'build / ${{ matrix.build }}'