Skip to content

Commit

Permalink
[ci] refs #7 Back to use %VAR% into cd
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevYuniers committed Dec 4, 2018
1 parent 11bba12 commit b18a0cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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%
Expand All @@ -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

Expand Down

0 comments on commit b18a0cf

Please sign in to comment.