Skip to content

Commit

Permalink
[ci] refs fibercrypto#17 Change GOPATH and install go-clang5
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevYuniers committed Nov 17, 2018
1 parent af412d2 commit 6608c53
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ environment:
global:
GOOS: windows
GOARCH: amd64
GOPATH: $APPVEYOR_BUILD_FOLDER/gopath
GOPATH: c:\gopath
# GOPATH: $APPVEYOR_BUILD_FOLDER/gopath
APPVEYOR_SAVE_CACHE_ON_ERROR: true
MINGW_W64: c:\mingw-w64\x86_64-7.3.0-posix-seh-rt_v5-rev0\mingw64
CYGWIN_64: c:\cygwin64
Expand Down Expand Up @@ -50,9 +51,10 @@ cache:
- '%LOCALAPPDATA%\pip\Cache'

install:
- C:\cygwin64\bin\du -hs "%LOCALAPPDATA%\pip\Cache"
- set PATH=%PYTHON%;%PYTHON%\Scripts;%CYGWIN_64%\bin;%PATH%
# - C:\cygwin64\bin\du -hs "%LOCALAPPDATA%\pip\Cache"
- set PATH=%PYTHON%;%PYTHON%\Scripts;%GOPATH%\bin;%CYGWIN_64%\bin;%PATH%
- python --version
- go get -u github.com/go-clang/v5.0/...
- cmd: git submodule init
- cmd: git submodule update
- cmd: cd gopath/src/github.com/skycoin/skycoin
Expand Down

0 comments on commit 6608c53

Please sign in to comment.