From b18a0cfb4abd20d2348ccefa9437a1be7f932e63 Mon Sep 17 00:00:00 2001 From: stdevYuniers Date: Tue, 4 Dec 2018 16:16:54 -0500 Subject: [PATCH] [ci] refs #7 Back to use %VAR% into cd --- .appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index d1e7785f..8bc6bb24 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -33,7 +33,7 @@ install: - cmd: git checkout origin/stdevEclipse_t1568_swig_files - cmd: go get github.com/gz-c/gox - cmd: go get -t ./... - - cmd: cd c:\projects\libskycoin-dotnet + - cmd: cd %APPVEYOR_BUILD_FOLDER% - cmd: curl -fsSL -o swigwin-3.0.12.zip "https://downloads.sourceforge.net/project/swig/swigwin/swigwin-3.0.12/swigwin-3.0.12.zip?r=https%3A%2F%2Fsourceforge.net%2Fprojects%2Fswig%2Ffiles%2Fswigwin%2Fswigwin-3.0.12%2Fswigwin-3.0.12.zip%2Fdownload%3Fuse_mirror%3Dayera&ts=1531774939" - cmd: 7z x swigwin-3.0.12.zip - cmd: set PATH=%APPVEYOR_BUILD_FOLDER%\swigwin-3.0.12;%PATH% @@ -42,7 +42,7 @@ install: # scripts to run before build # packages from nuget before_build: - - cd c:\projects\libskycoin-dotnet + - cd %APPVEYOR_BUILD_FOLDER% - nuget restore LibskycoinNet.sln - nuget install NUnit.Runners -Version 2.6.4 -OutputDirectory testrunner