Skip to content

Commit

Permalink
[ci] refs fibercrypto#17 build skycoin C client library
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevYuniers committed Nov 20, 2018
1 parent 3f4ba56 commit 8466ee6
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ environment:
global:
GOOS: windows
GOARCH: amd64
# GOPATH: c:\gopath
GOPATH: $APPVEYOR_BUILD_FOLDER/gopath
GOPATH: c:\gopath
# GOPATH: $APPVEYOR_BUILD_FOLDER/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 @@ -113,6 +113,12 @@ build: off

deploy: off

before_test:
- ps: >-
cd cd C:\projects\pyskycoin\gopath\src\github.com\skycoin\skycoin\lib\cgo
make build-libc
test_script:
# - make test-ci
- "%PYTHON%\\python.exe -m tox"
Expand Down

0 comments on commit 8466ee6

Please sign in to comment.