This is an automated email from the ASF dual-hosted git repository. mxmanghi pushed a commit to branch quattuor in repository https://gitbox.apache.org/repos/asf/tcl-rivet.git
commit 8e0b213e30bd6f7e5bc8fdb669fec54e25646af0 Author: Massimo Manghi <mxman...@apache.org> AuthorDate: Sun Nov 12 18:46:11 2023 +0100 Fixing Appveyor generator version --- .appveyor.yml | 4 ++-- ChangeLog | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 88c1719..57f7eee 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -28,8 +28,8 @@ install: - cmd: if %platform%==x64 set DOWNLOAD_PLATFORM=amd64 - cmd: if %platform%==x86 set APACHE_DOWNLOAD_PLATFORM=win32 - cmd: if %platform%==x64 set APACHE_DOWNLOAD_PLATFORM=win64 - - cmd: if %platform%==x86 set CMAKE_GENERATOR="Visual Studio 17" - - cmd: if %platform%==x64 set CMAKE_GENERATOR="Visual Studio 17 Win64" + - cmd: if %platform%==x86 set CMAKE_GENERATOR="Visual Studio 15" + - cmd: if %platform%==x64 set CMAKE_GENERATOR="Visual Studio 15 Win64" - cmd: set IRONTCL_VERSION="8.6.7" - cmd: appveyor DownloadFile https://www.irontcl.com/downloads/irontcl-%DOWNLOAD_PLATFORM%-%IRONTCL_VERSION%.zip - cmd: cmake -E tar xf irontcl-%DOWNLOAD_PLATFORM%-%IRONTCL_VERSION%.zip diff --git a/ChangeLog b/ChangeLog index e6561b9..58c17f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2023-11-12 Massimo Manghi <mxman...@apache.org> + * .appveyor.yml: Attemping to fix Visual Studio generator version + 2023-10-28 Massimo Manghi <mxman...@apache.org> * .appveyor.yml: Fix Windows compiler download URL --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@tcl.apache.org For additional commands, e-mail: commits-h...@tcl.apache.org