Skip to content

Commit

Permalink
[ci] refs fibercrypto#17 Change gopath
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevYuniers committed Nov 27, 2018
1 parent edf5b98 commit 3a5d408
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ environment:
GOOS: windows
GOARCH: amd64
# GOPATH: c:\gopath
GOPATH: $APPVEYOR_BUILD_FOLDER\gopath
GOPATH: C:\projects\pyskycoin\gopath\
GIT: c:\Program Files\Git\bin
APPVEYOR_SAVE_CACHE_ON_ERROR: true
MINGW_W64: c:\mingw-w64\x86_64-7.3.0-posix-seh-rt_v5-rev0\mingw64
Expand Down Expand Up @@ -55,7 +55,6 @@ cache:
install:
# - C:\cygwin64\bin\du -hs "%LOCALAPPDATA%\pip\Cache"
- set PATH=%GIT%;%PYTHON%;%PYTHON%\Scripts;%GOPATH%;%CYGWIN_64%\bin;%PATH%
- echo %PATH%
- env
- python --version
- gcc --version
Expand Down

0 comments on commit 3a5d408

Please sign in to comment.