Skip to content

Commit

Permalink
Update to Visual Studio 2019
Browse files Browse the repository at this point in the history
  • Loading branch information
ruicao93 committed Jun 17, 2020
1 parent 4441e86 commit d6e5c21
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version: 1.0.{build}
image: Visual Studio 2013
image: Visual Studio 2019
branches:
only:
- build_2.13
- build_vs2019_213
clone_folder: C:\openvswitch_compile
init:
- ps: $env:PATH ="C:\Python37;"+$env:PATH
Expand All @@ -28,7 +28,7 @@ init:
Invoke-WebRequest $source -OutFile $destination
$source = "https://indy.fulgan.com/SSL/openssl-1.0.2u-x64_86-win64.zip"
$source = "https://github.com/ruicao93/openssl/releases/download/OpenSSL_1_0_2u/openssl-1.0.2u-x64_86-win64.zip"
$destination = "C:\ovs-build-downloads\ssl\openssl-1.0.2u-x64_86-win64.zip"
Expand Down Expand Up @@ -57,7 +57,7 @@ init:
python3 -m pip install pypiwin32 --disable-pip-version-check
build_script:
- '"C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" amd64'
- '"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat"'
- C:\MinGW\msys\1.0\bin\bash -lc "echo \"C:/MinGW /mingw\" > /etc/fstab"
- C:\MinGW\msys\1.0\bin\bash -lc "cp /c/pthreads-win32/Pre-built.2/dll/x64/*.dll /c/openvswitch_compile/."
- C:\MinGW\msys\1.0\bin\bash -lc "mv /bin/link.exe /bin/link_copy.exe"
Expand Down

0 comments on commit d6e5c21

Please sign in to comment.