Skip to content

Commit

Permalink
Merge pull request rizonesoft#3802 from hpwamr/mui
Browse files Browse the repository at this point in the history
Migration of AppVeyor for VS2022
  • Loading branch information
hpwamr authored Nov 17, 2021
2 parents dcb8c0c + 05351ad commit b02643a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ max_jobs: 2
os: Windows Server 2019

image:
- Visual Studio 2019
- Visual Studio 2022
# - Visual Studio 2019
# - Visual Studio 2019 Preview
# - Visual Studio 2017
# - Visual Studio 2015
Expand Down
4 changes: 2 additions & 2 deletions test/TestAhkNotepad3.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ set CWD=%CD%
set TEST_DIR=%SCRIPTDIR%_TESTDIR\
set TEST_LOG=test.log
set NP3_CONFIG_DIR=%SCRIPT_DIR%config\
set NP3_WIN32_DIR=%SCRIPT_DIR%..\Bin\Release_x86_v142\
set NP3_X64_DIR=%SCRIPT_DIR%..\Bin\Release_x64_v142\
set NP3_WIN32_DIR=%SCRIPT_DIR%..\Bin\Release_x86_v143\
set NP3_X64_DIR=%SCRIPT_DIR%..\Bin\Release_x64_v143\

set AHK_EXE=%ProgramW6432%/AutoHotkey/AutoHotkeyU32.exe
set AHK_EXE32=%ProgramFiles(x86)%/AutoHotkey/AutoHotkeyU32.exe
Expand Down
4 changes: 2 additions & 2 deletions test/TestFileVersion.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
setlocal enableextensions
set SCRIPT_DIR=%~dp0

set NP3_WIN32_DIR=%SCRIPT_DIR%..\Bin\Release_x86_v142\
set NP3_X64_DIR=%SCRIPT_DIR%..\Bin\Release_x64_v142\
set NP3_WIN32_DIR=%SCRIPT_DIR%..\Bin\Release_x86_v143\
set NP3_X64_DIR=%SCRIPT_DIR%..\Bin\Release_x64_v143\
set NP3_BUILD_VER=%SCRIPT_DIR%..\Versions\build.txt

:: --------------------------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit b02643a

Please sign in to comment.