timeout-minutes: 10
shell: C:\cygwin\bin\bash.exe '{0}'
run: |
- make -C bld -j3 V=1 install
+ make -C bld -j5 V=1 install
find . -name '*.exe' -o -name '*.dll'
bld/src/curl.exe --disable --version
timeout-minutes: 5
shell: C:\cygwin\bin\bash.exe '{0}'
run: |
- make -C bld -j3 V=1 examples
+ make -C bld -j5 V=1 examples
- name: 'autotools build tests'
if: ${{ matrix.build == 'automake' && matrix.tflags != 'skipall' }}
timeout-minutes: 15
shell: C:\cygwin\bin\bash.exe '{0}'
run: |
- make -C bld -j3 -C tests V=1
+ make -C bld -j5 -C tests V=1
- name: 'autotools run tests'
if: ${{ matrix.build == 'automake' && matrix.tflags != 'skipall' && matrix.tflags != 'skiprun' }}
if [ -x "$(cygpath "${SYSTEMROOT}/System32/curl.exe")" ]; then
TFLAGS+=" -ac $(cygpath "${SYSTEMROOT}/System32/curl.exe")"
fi
- make -C bld -j3 V=1 test-ci
+ make -C bld -j5 V=1 test-ci
- name: 'cmake configure'
if: ${{ matrix.build == 'cmake' }}
timeout-minutes: 10
shell: C:\cygwin\bin\bash.exe '{0}'
run: |
- cmake --build bld --config '${{ matrix.type }}' --parallel 3
+ cmake --build bld --config '${{ matrix.type }}' --parallel 5
[[ '${{ matrix.config }}' != *'BUILD_SHARED_LIBS=OFF'* ]] && cp -f -p bld/lib/*.dll bld/src/
find . -name '*.exe' -o -name '*.dll'
bld/src/curl.exe --disable --version
timeout-minutes: 15
shell: C:\cygwin\bin\bash.exe '{0}'
run: |
- cmake --build bld --config '${{ matrix.type }}' --parallel 3 --target testdeps
+ cmake --build bld --config '${{ matrix.type }}' --parallel 5 --target testdeps
- name: 'cmake run tests'
if: ${{ matrix.build == 'cmake' && matrix.tflags != 'skipall' && matrix.tflags != 'skiprun' }}
timeout-minutes: 10
shell: msys2 {0}
run: |
- make -C bld -j3 V=1 install
+ make -C bld -j5 V=1 install
find . -name '*.exe' -o -name '*.dll'
bld/src/curl.exe --disable --version
timeout-minutes: 5
shell: msys2 {0}
run: |
- make -C bld -j3 V=1 examples
+ make -C bld -j5 V=1 examples
- name: 'autotools build tests'
if: ${{ matrix.build == 'autotools' && matrix.tflags != 'skipall' }}
timeout-minutes: 10
shell: msys2 {0}
run: |
- make -C bld -j3 -C tests V=1
+ make -C bld -j5 -C tests V=1
- name: 'autotools run tests'
if: ${{ matrix.build == 'autotools' && matrix.tflags != 'skipall' && matrix.tflags != 'skiprun' }}
if [ -x "$(cygpath "${SYSTEMROOT}/System32/curl.exe")" ]; then
TFLAGS+=" -ac $(cygpath "${SYSTEMROOT}/System32/curl.exe")"
fi
- make -C bld -j3 V=1 test-ci
+ make -C bld -j5 V=1 test-ci
- name: 'cmake configure'
if: ${{ matrix.build == 'cmake' }}
timeout-minutes: 10
shell: msys2 {0}
run: |
- cmake --build bld --config '${{ matrix.type }}' --parallel 3
+ cmake --build bld --config '${{ matrix.type }}' --parallel 5
[[ '${{ matrix.config }}' != *'BUILD_SHARED_LIBS=OFF'* ]] && cp -f -p bld/lib/*.dll bld/src/
find . -name '*.exe' -o -name '*.dll'
bld/src/curl.exe --disable --version
timeout-minutes: 10
shell: msys2 {0}
run: |
- cmake --build bld --config '${{ matrix.type }}' --parallel 3 --target testdeps
+ cmake --build bld --config '${{ matrix.type }}' --parallel 5 --target testdeps
- name: 'cmake run tests'
if: ${{ matrix.build == 'cmake' && matrix.tflags != 'skipall' && matrix.tflags != 'skiprun' }}
shell: C:\msys64\usr\bin\bash.exe {0}
run: |
export PATH="$(cygpath "${USERPROFILE}")/my-cache/mingw64/bin:/c/msys64/usr/bin:$PATH"
- cmake --build bld --config '${{ matrix.type }}' --parallel 3
+ cmake --build bld --config '${{ matrix.type }}' --parallel 5
[[ '${{ matrix.config }}' != *'BUILD_SHARED_LIBS=OFF'* ]] && cp -f -p bld/lib/*.dll bld/src/
bld/src/curl.exe --disable --version
shell: C:\msys64\usr\bin\bash.exe {0}
run: |
export PATH="$(cygpath "${USERPROFILE}")/my-cache/mingw64/bin:/c/msys64/usr/bin:$PATH"
- cmake --build bld --config '${{ matrix.type }}' --parallel 3 --target testdeps
+ cmake --build bld --config '${{ matrix.type }}' --parallel 5 --target testdeps
- name: 'cmake run tests'
if: ${{ matrix.build == 'cmake' && matrix.tflags != 'skipall' && matrix.tflags != 'skiprun' }}
timeout-minutes: 5
shell: bash
run: |
- cmake --build bld --config '${{ matrix.type }}' --parallel 3
+ cmake --build bld --config '${{ matrix.type }}' --parallel 5
[[ '${{ matrix.config }}' != *'BUILD_SHARED_LIBS=OFF'* ]] && cp -f -p bld/lib/*.dll bld/src/
bld/src/curl.exe --disable --version
timeout-minutes: 10
shell: bash
run: |
- cmake --build bld --config '${{ matrix.type }}' --parallel 3 --target testdeps
+ cmake --build bld --config '${{ matrix.type }}' --parallel 5 --target testdeps
- name: 'cmake run tests'
if: ${{ matrix.tflags != 'skipall' && matrix.tflags != 'skiprun' }}