Skip to content

Commit

Permalink
[ci] refs skycoin#17 List files on folder skycoin after call swig
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevYuniers committed Dec 9, 2018
1 parent 82b8089 commit c6e3b68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ test_script:
- cmd: cd C:\projects\pyskycoin\
- make build-libc
- make build-swig
- python setup.py develop
# - python setup.py develop
# - mingw32-make build-swig
# - mingw32-make develop
# - cmd: mingw32-make test
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ build-swig:
rm -f swig/include/swig.h
cp -v gopath/src/github.com/skycoin/skycoin/include/swig.h swig/include/
swig -python -Iswig/include -I$(INCLUDE_DIR) -outdir ./skycoin/ -o swig/pyskycoin_wrap.c $(LIBSWIG_DIR)/pyskycoin.i
ls ./skycoin/

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

0 comments on commit c6e3b68

Please sign in to comment.