This is an automated email from the ASF dual-hosted git repository.

petasis 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 7fe1784  Appveyor build project: .appveyor.yml
7fe1784 is described below

commit 7fe178494d588659df167d0f5fb6579144553a95
Author: petasis <petas...@yahoo.gr>
AuthorDate: Sun Dec 16 14:22:00 2018 +0200

    Appveyor build project: .appveyor.yml
---
 .appveyor.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.appveyor.yml b/.appveyor.yml
index ddcd83c..f7a4bf5 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -28,16 +28,18 @@ install:
   - 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
-  - cmd: set PATH=%cd%\IronTcl\bin;%PATH%
+  - cmd: set TCL_ROOT=%cd%\IronTcl
+  - cmd: set PATH=%TCL_ROOT%\bin;%PATH%
   # 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: cmake -E tar xf 
httpd-%APACHE_VERSION%-%APACHE_DOWNLOAD_PLATFORM%-%APACHE_COMPILER%.zip
+  - cmd: set APACHE_ROOT=%cd%\Apache24
   # Generate solution...
   - cmd: cd cmake
   - cmd: cmake -E make_directory "build"
-  - cmd: cmake -E chdir build cmake -DAPACHE_ROOT=C:/Apache24 -G 
%CMAKE_GENERATOR% ..
+  - cmd: cmake -E chdir build cmake -DAPACHE_ROOT=%APACHE_ROOT% 
-DTCL_ROOT=%TCL_ROOT% -G %CMAKE_GENERATOR% ..
 
 build:
   project: C:\projects\tcl-rivet\cmake\build\Rivet.sln      # path to Visual 
Studio solution or project


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@tcl.apache.org
For additional commands, e-mail: commits-h...@tcl.apache.org

Reply via email to