mirror of
https://github.com/curl/curl.git
synced 2026-08-25 02:53:32 +03:00
parent
ca7ef4b817
commit
63d75de95d
5 changed files with 34 additions and 35 deletions
14
.github/workflows/windows.yml
vendored
14
.github/workflows/windows.yml
vendored
|
|
@ -98,10 +98,9 @@ jobs:
|
|||
-DCURL_WERROR=ON \
|
||||
${MATRIX_CONFIG}
|
||||
else
|
||||
mkdir bld && cd bld && ../configure --enable-unity --enable-warnings --enable-werror --disable-static \
|
||||
--prefix="$HOME"/curl-install \
|
||||
--with-libssh2 \
|
||||
mkdir bld && cd bld && ../configure --prefix="$HOME"/curl-install --enable-unity --enable-warnings --enable-werror --disable-static \
|
||||
--disable-dependency-tracking --enable-option-checking=fatal \
|
||||
--with-libssh2 \
|
||||
${MATRIX_CONFIG}
|
||||
fi
|
||||
|
||||
|
|
@ -312,10 +311,9 @@ jobs:
|
|||
fi
|
||||
else
|
||||
export CFLAGS CPPFLAGS
|
||||
mkdir bld && cd bld && ../configure --enable-unity --enable-warnings --enable-werror --disable-static \
|
||||
--prefix="$HOME"/curl-install \
|
||||
--with-libssh2 \
|
||||
mkdir bld && cd bld && ../configure --prefix="$HOME"/curl-install --enable-unity --enable-warnings --enable-werror --disable-static \
|
||||
--disable-dependency-tracking --enable-option-checking=fatal \
|
||||
--with-libssh2 \
|
||||
${MATRIX_CONFIG}
|
||||
fi
|
||||
|
||||
|
|
@ -668,10 +666,10 @@ jobs:
|
|||
${options}
|
||||
else
|
||||
mkdir bld && cd bld && ../configure --enable-unity --enable-warnings --enable-werror --disable-static \
|
||||
--disable-dependency-tracking --enable-option-checking=fatal \
|
||||
--host="${TRIPLET}" \
|
||||
--with-schannel --with-winidn \
|
||||
--without-libpsl \
|
||||
--disable-dependency-tracking --enable-option-checking=fatal
|
||||
--without-libpsl
|
||||
fi
|
||||
|
||||
- name: 'configure log'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue