Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomenz authored Nov 7, 2024
1 parent 5229818 commit cae0709
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
version: 1.0.{build}
image: Visual Studio 2019
configuration: Release
platform: x64
environment:
OpenSSL_Home: C:\OpenSSL-v111-Win64\
OpenSSL_Home: C:\OpenSSL-v33-Win64\
install:
- git submodule init
- git submodule update
# - cmd: dir C:\OpenSSL-v33-Win64\
# - cmd: dir C:\OpenSSL-v33-Win64\lib\VC\x64\MT\
- cmd: copy /Y C:\OpenSSL-v33-Win64\lib\VC\x64\MT\*.* C:\OpenSSL-v33-Win64\
build:
project: Http2Serv.vcxproj
verbosity: minimal
verbosity: minimal

0 comments on commit cae0709

Please sign in to comment.