mirror of
https://github.com/curl/curl.git
synced 2026-05-30 01:57:29 +03:00
parent
a79dc7b601
commit
c3fe2dd25c
1 changed files with 4 additions and 4 deletions
8
.github/workflows/windows.yml
vendored
8
.github/workflows/windows.yml
vendored
|
|
@ -278,7 +278,7 @@ jobs:
|
|||
run: |
|
||||
export TFLAGS='-j14 ${{ matrix.tflags }}'
|
||||
if [ '${{ matrix.sys }}' != 'msys' ]; then
|
||||
TFLAGS+=' !TFTP !MQTT !WebSockets !SMTP ~FTP'
|
||||
TFLAGS+=' !TFTP !MQTT !WebSockets !SMTP !FTP'
|
||||
fi
|
||||
if [ -x "$(cygpath "${SYSTEMROOT}/System32/curl.exe")" ]; then
|
||||
TFLAGS+=" -ac $(cygpath "${SYSTEMROOT}/System32/curl.exe")"
|
||||
|
|
@ -357,7 +357,7 @@ jobs:
|
|||
run: |
|
||||
export TFLAGS='-j14 ${{ matrix.tflags }}'
|
||||
if [ '${{ matrix.sys }}' != 'msys' ]; then
|
||||
TFLAGS+=' !TFTP !MQTT !WebSockets !SMTP ~FTP'
|
||||
TFLAGS+=' !TFTP !MQTT !WebSockets !SMTP !FTP'
|
||||
fi
|
||||
if [ -x "$(cygpath "${SYSTEMROOT}/System32/curl.exe")" ]; then
|
||||
TFLAGS+=" -ac $(cygpath "${SYSTEMROOT}/System32/curl.exe")"
|
||||
|
|
@ -472,7 +472,7 @@ jobs:
|
|||
timeout-minutes: 10
|
||||
run: |
|
||||
PATH="$(cygpath "${USERPROFILE}")/my-cache/${{ matrix.dir }}/bin:/c/msys64/usr/bin:$PATH"
|
||||
export TFLAGS='-j14 !TFTP !MQTT !WebSockets ~FTP ${{ matrix.tflags }}'
|
||||
export TFLAGS='-j14 !TFTP !MQTT !WebSockets !FTP ${{ matrix.tflags }}'
|
||||
if [ -x "$(cygpath "${SYSTEMROOT}/System32/curl.exe")" ]; then
|
||||
TFLAGS+=" -ac $(cygpath "${SYSTEMROOT}/System32/curl.exe")"
|
||||
fi
|
||||
|
|
@ -620,7 +620,7 @@ jobs:
|
|||
if: ${{ matrix.tflags != 'skipall' && matrix.tflags != 'skiprun' }}
|
||||
timeout-minutes: 12
|
||||
run: |
|
||||
export TFLAGS='-j14 !TFTP !MQTT !WebSockets !SMTP ~FTP ${{ matrix.tflags }}'
|
||||
export TFLAGS='-j14 !TFTP !MQTT !WebSockets !SMTP !FTP ${{ matrix.tflags }}'
|
||||
if [[ '${{ matrix.config }}' = *'-DUSE_WIN32_IDN=ON'* ]]; then
|
||||
TFLAGS+=' ~165'
|
||||
if [[ '${{ matrix.config }}' != *'-DENABLE_UNICODE=ON'* ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue