Skip to content

Commit

Permalink
Merge pull request #3815 from leleliu008/update-appveyor-image-and-ms…
Browse files Browse the repository at this point in the history
…vc-version

AppVeyor: use Visual Studio 2019 image
  • Loading branch information
masatake committed Sep 19, 2023
2 parents 07250eb + 84bd546 commit dedfed1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ environment:
# MSYSTEM: MINGW32
- compiler: msvc
ARCH: x64
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
#- compiler: msvc
# ARCH: x86
- compiler: mingw
Expand Down
3 changes: 1 addition & 2 deletions win32/appveyor.bat
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,10 @@ goto :eof
set MSYS2_ARCH=x86_64
set MSYS2_DIR=msys64
set MSYSTEM=MINGW64
call "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" %ARCH%
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" %ARCH%

:: Build libiconv (MSVC port)
set ICONV_BUILD_DIR=C:\projects\libiconv
set "INCLUDE=%INCLUDE%;C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Include"
git clone -q --branch=master --depth=1 https://github.com/koron/libiconv.git %ICONV_BUILD_DIR%
cd %ICONV_BUILD_DIR%\msvc10
nmake NODEBUG=1 NOMSVCRT=1
Expand Down

0 comments on commit dedfed1

Please sign in to comment.