Skip to content

Commit

Permalink
[ci] refs fibercrypto#17 Change Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevYuniers committed Nov 28, 2018
1 parent da3f090 commit 04c2dbb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ environment:
global:
GOOS: windows
GOARCH: amd64
# GOPATH: c:\gopath
GOPATH: C:\projects\pyskycoin\gopath\
GIT: c:\Program Files\Git\bin
APPVEYOR_SAVE_CACHE_ON_ERROR: true
Expand Down Expand Up @@ -61,7 +60,7 @@ install:
# - cmd: git submodule foreach git checkout develop
- cmd: cd gopath/src/github.com/skycoin/skycoin
- cmd: git checkout origin/stdevEclipse_t1568_swig_files
- cmd: git pull origin stdevEclipse_t1568_swig_files
# - cmd: git pull origin stdevEclipse_t1568_swig_files
- cmd: cd C:\projects\pyskycoin
- 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
Expand Down Expand Up @@ -113,7 +112,6 @@ before_test:
- cmd: cd C:\projects\pyskycoin\gopath\src\github.com\skycoin\skycoin\
- cmd: go get github.com/gz-c/gox
- cmd: go get -t ./...
- cmd: mingw32-make build-libc

test_script:
- cmd: cd C:\projects\pyskycoin\
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ build-swig:
}
rm -f ./skycoin/skycoin.py
rm -f swig/pyskycoin_wrap.c
swig -python -Iswig/include -I$(INCLUDE_DIR) -outdir ./skycoin/ -o swig/pyskycoin_wrap.c $(LIBSWIG_DIR)/skycoin.i
swig -python -Iswig/include -I$(INCLUDE_DIR) -outdir ./skycoin/ -o swig/pyskycoin_wrap.c $(LIBSWIG_DIR)/skycoin.coin.i

develop:
$(PYTHON_BIN) setup.py develop
Expand Down

0 comments on commit 04c2dbb

Please sign in to comment.