Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
frankmorgner committed Mar 10, 2024
1 parent bce8d3d commit b9ac660
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,11 @@ install:
If ($env:Platform -Match "x86") {
$env:OPENSSL_PF="Win32"
$env:ARTIFACT="OpenSC-${env:PACKAGE_NAME}_win32"
C:\cygwin\setup-x86.exe -q -P gengetopt
} Else {
$env:OPENSSL_PF="Win64"
$env:ARTIFACT="OpenSC-${env:PACKAGE_NAME}_win64"
C:\cygwin64\setup-x86_64.exe -q -P gengetopt
}
- ps: >-
If ($env:Configuration -Like "*Light*") {
Expand All @@ -62,7 +64,6 @@ install:
If (!(Test-Path cpdksetup.exe )) {
appveyor DownloadFile "https://download.microsoft.com/download/1/7/6/176909B0-50F2-4DF3-B29B-830A17EA7E38/CPDK_RELEASE_UPDATE/cpdksetup.exe"
}
- C:\cygwin\setup-x86.exe -q -P gengetopt
- echo "Using %APPVEYOR_BUILD_WORKER_IMAGE% with %VCVARSALL%"
- call "%VCVARSALL%" %Platform%
- cpdksetup.exe /quiet
Expand Down

0 comments on commit b9ac660

Please sign in to comment.