Skip to content

Commit

Permalink
cURL mingw64 test (#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
danoli3 authored Aug 5, 2024
1 parent e8b4abd commit 334972b
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-vs2022-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@ jobs:
gperf
git
python3
mingw-w64-x86_64-binutils
mingw-w64-x86_64-clang
mingw-w64-x86_64-gcc
mingw-w64-x86_64-gcc-libs
mingw-w64-x86_64-cmake
mingw-w64-x86_64-gdb
mingw-w64-x86_64-make
- name: Clone repository
uses: actions/checkout@v4
- name: Setup MSBuild
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/build-vs2022-arm64ec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@ jobs:
gperf
git
python3
mingw-w64-x86_64-binutils
mingw-w64-x86_64-clang
mingw-w64-x86_64-gcc
mingw-w64-x86_64-gcc-libs
mingw-w64-x86_64-cmake
mingw-w64-x86_64-gdb
mingw-w64-x86_64-make
- name: Clone repository
uses: actions/checkout@v4
- name: Setup MSBuild
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/build-vs2022-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@ jobs:
gperf
git
python3
mingw-w64-x86_64-binutils
mingw-w64-x86_64-clang
mingw-w64-x86_64-gcc
mingw-w64-x86_64-gcc-libs
mingw-w64-x86_64-cmake
mingw-w64-x86_64-gdb
mingw-w64-x86_64-make
- name: Clone repository
uses: actions/checkout@v4
- name: Setup MSBuild
Expand Down
1 change: 1 addition & 0 deletions apothecary/formulas/curl/curl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ function build() {
-DBUILD_STATIC_CURL=ON \
-DCURL_STATICLIB=ON \
-DBUILD_STATIC_LIBS=ON \
-DUSE_LIBIDN2=OFF \
-DENABLE_UNICODE=ON \
-DCURL_USE_OPENSSL=ON \
-DUSE_SSLEAY=ON \
Expand Down

0 comments on commit 334972b

Please sign in to comment.