Lines Matching refs:run

44       run:
55 - run: git config --global core.autocrlf input
77 run: autoreconf -fi
82 run: |
93 run: cat bld/config.log 2>/dev/null || true
97 run: cat bld/lib/curl_config.h | grep -F '#define' | sort || true
101 run: cat bld/lib/curl_config.h || true
106 run: make -C bld -j5 V=1 install
111 run: |
118 run: make -C bld -j5 V=1 -C tests
120 - name: 'autotools run tests'
123 run: |
133 run: |
143 run: cat bld/CMakeFiles/CMake*.yaml 2>/dev/null || true
147 run: cat bld/lib/curl_config.h | grep -F '#define' | sort || true
151 run: cat bld/lib/curl_config.h || true
156 run: cmake --build bld --config '${{ matrix.type }}' --parallel 5
161 run: |
169 run: cmake --build bld --config '${{ matrix.type }}' --parallel 5 --target testdeps
171 - name: 'cmake run tests'
174 run: |
185 run: cmake --build bld --config '${{ matrix.type }}' --parallel 5 --target curl-examples
192 run:
211 - run: git config --global core.autocrlf input
248 run: autoreconf -fi
253 run: |
263 run: cat bld/config.log 2>/dev/null || true
267 run: cat bld/lib/curl_config.h | grep -F '#define' | sort || true
271 run: cat bld/lib/curl_config.h || true
276 run: make -C bld -j5 V=1 install
281 run: |
288 run: make -C bld -j5 V=1 -C tests
293 run: |
297 - name: 'autotools run tests'
300 run: |
317 run: make -C bld -j5 V=1 examples
322 run: |
353 run: cat bld/CMakeFiles/CMake*.yaml 2>/dev/null || true
357 run: cat bld/lib/curl_config.h | grep -F '#define' | sort || true
361 run: cat bld/lib/curl_config.h || true
366 run: cmake --build bld --config '${{ matrix.type }}' --parallel 5
371 run: |
381 run: cmake --build bld --config '${{ matrix.type }}' --parallel 5 --target testdeps
386 run: |
390 - name: 'cmake run tests'
393 run: |
410 run: cmake --build bld --config '${{ matrix.type }}' --parallel 5 --target curl-examples
417 run:
455 run: |
465 - run: git config --global core.autocrlf input
470 run: |
484 run: cat bld/CMakeFiles/CMake*.yaml 2>/dev/null || true
487 run: cat bld/lib/curl_config.h | grep -F '#define' | sort || true
490 run: cat bld/lib/curl_config.h || true
494 run: |
500 run: |
508 run: |
515 run: |
520 - name: 'cmake run tests'
523 run: |
534 run: |
551run: sudo apt-get --quiet 2 --option Dpkg::Use-Pty=0 install mingw-w64 ${{ matrix.build == 'cmake'…
557 run: autoreconf -fi
561 run: |
570 run: cat bld/config.log 2>/dev/null || true
574 run: make -C bld -j5
578 run: make -C bld -j5 examples
582 run: |
594 run: cat bld/CMakeFiles/CMake*.yaml 2>/dev/null || true
598 run: cmake --build bld --parallel 5
602 run: cmake --build bld --parallel 5 --target testdeps
606 run: cmake --build bld --parallel 5 --target curl-examples
613 run:
726 run: |
732run: vcpkg x-set-installed ${{ matrix.install }} '--triplet=${{ matrix.arch }}-${{ matrix.plat }}'
736 run: |
758 run: cat bld/CMakeFiles/CMake*.yaml 2>/dev/null || true
761 run: cat bld/lib/curl_config.h | grep -F '#define' | sort || true
764 run: cat bld/lib/curl_config.h || true
768 run: cmake --build bld --config '${{ matrix.type }}' --parallel 5
772 run: |
782 run: cmake --build bld --config '${{ matrix.type }}' --parallel 5 --target testdeps
787 run: |
796 - name: 'cmake run tests'
799 run: |
811 run: cmake --build bld --config '${{ matrix.type }}' --parallel 5 --target curl-examples