]> granicus.if.org Git - graphviz/commitdiff
Appveyor: Hard path to build utilities.
authorErwin Janssen <erwinjanssen@outlook.com>
Tue, 12 Jul 2016 22:30:36 +0000 (00:30 +0200)
committerErwin Janssen <erwinjanssen@outlook.com>
Tue, 12 Jul 2016 22:49:48 +0000 (00:49 +0200)
Using %APPVEYOR_BUILD_FOLDER% doesn't work, so using a hard coded path
instead.

appveyor.yml

index 548211738781fc7b9d86e67411dd5ce0f94c5ad4..b442d45a940cb44e4c2ae82d89174115c34c53e0 100644 (file)
@@ -7,9 +7,9 @@ environment:
   CHERE_INVOKING: 1
   matrix:
     - compiler: msbuild
-      BISON: \%APPVEYOR_BUILD_FOLDER\%\windows\dependencies\graphviz-build-utilities\bison.exe
-      FLEX: \%APPVEYOR_BUILD_FOLDER\%\windows\dependencies\graphviz-build-utilities\flex.exe
-      SED: \%APPVEYOR_BUILD_FOLDER\%\windows\dependencies\graphviz-build-utilities\sed.exe
+      BISON: C:\projects\graphviz\windows\dependencies\graphviz-build-utilities\bison.exe
+      FLEX: C:\projects\graphviz\windows\dependencies\graphviz-build-utilities\flex.exe
+      SED: C:\projects\graphviz\windows\dependencies\graphviz-build-utilities\sed.exe
     #- compiler: msys2
     #- compiler: cygwin
 
@@ -48,14 +48,12 @@ install:
 
       cd ..
   - cmd: >-
-      cd windows\dependencies\libgd
-
       call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86
 
       set WITH_DEVEL=deps
 
       set WITH_BUILD=gdbuild
-      
+
       nmake /f windows/Makefile.vc build_libs
 
 build_script: