This is an automated email from the ASF dual-hosted git repository. mxmanghi pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tcl-rivet.git
The following commit(s) were added to refs/heads/master by this push: new 3c225d9 fix Apache binary download URL new cae96b8 fix Apache binary download URL 3c225d9 is described below commit 3c225d9b246f988ca71c81fb173b259ef9b68951 Author: Massimo Manghi <mxman...@apache.org> AuthorDate: Tue Nov 7 10:12:35 2023 +0100 fix Apache binary download URL --- .appveyor.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 843c314..88c1719 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 15" - - cmd: if %platform%==x64 set CMAKE_GENERATOR="Visual Studio 15 Win64" + - cmd: if %platform%==x86 set CMAKE_GENERATOR="Visual Studio 17" + - cmd: if %platform%==x64 set CMAKE_GENERATOR="Visual Studio 17 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 @@ -38,9 +38,9 @@ install: - cmd: set TCL_TCLSH=%cd%\IronTcl\bin\tclsh86t.exe - cmd: set TK_WISH=%cd%\IronTcl\bin\wish86t.exe # Install Apache - - cmd: set APACHE_VERSION="2.4.37" - - cmd: set APACHE_COMPILER="VC15" - - cmd: appveyor DownloadFile https://home.apache.org/~steffenal/%APACHE_COMPILER%/binaries/httpd-%APACHE_VERSION%-%APACHE_DOWNLOAD_PLATFORM%-%APACHE_COMPILER%.zip + - cmd: set APACHE_VERSION="2.4.58" + - cmd: set APACHE_COMPILER="VS17" + - cmd: appveyor DownloadFile https://www.apachelounge.com/download/%APACHE_COMPILER%/binaries/httpd-%APACHE_VERSION%-%APACHE_DOWNLOAD_PLATFORM%-%APACHE_COMPILER%.zip - cmd: cmake -E tar xf httpd-%APACHE_VERSION%-%APACHE_DOWNLOAD_PLATFORM%-%APACHE_COMPILER%.zip - cmd: set APACHE_ROOT=%cd%\Apache24 # Generate solution... --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@tcl.apache.org For additional commands, e-mail: commits-h...@tcl.apache.org