Skip to content

Commit

Permalink
Build windows artifacts with msvc
Browse files Browse the repository at this point in the history
  • Loading branch information
bubbasnmp authored Nov 9, 2024
1 parent 1839c5e commit c6d22b4
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,15 +111,6 @@ jobs:
find . -name '*.exe' -o -name '*.dll'
bld/src/curl.exe --disable --version
- name: Upload Windows executable
uses: actions/upload-artifact@v4
with:
name: package
path: |
bld/lib/.libs/cygcurl-4.dll
bld/src/.libs/curl.exe
bld/src/curl.exe
- name: 'autotools build tests'
if: ${{ matrix.build == 'automake' && matrix.tflags != 'skipall' }}
timeout-minutes: 15
Expand Down Expand Up @@ -790,6 +781,13 @@ jobs:
bld/src/curl.exe --disable --version
fi
- name: 'Upload Windows executable'
uses: actions/upload-artifact@v4
with:
name: package
path: |
bld/src/curl.exe
- name: 'cmake build tests'
if: ${{ matrix.tflags != 'skipall' }}
timeout-minutes: 10
Expand Down

0 comments on commit c6d22b4

Please sign in to comment.