Skip to content

Commit

Permalink
[ci] refs fibercrypto#17 Include git on PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevYuniers committed Nov 28, 2018
1 parent 7c73372 commit 53b6509
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ cache:
- '%LOCALAPPDATA%\pip\Cache'

install:
- set PATH=%PYTHON%;%PYTHON%\Scripts;%MINGW_W64%\bin;%PATH%
- set PATH=%GIT%;%PYTHON%;%PYTHON%\Scripts;%MINGW_W64%\bin;%PATH%
# - env
- python --version
- gcc --version
Expand Down Expand Up @@ -115,7 +115,7 @@ before_test:
- cmd: mingw32-make build-libc

test_script:
- cmd: cd C:\projects\pyskycoin
- cmd: cd C:\projects\pyskycoin\
# - mingw32-make build-libc
# - mingw32-make build-swig
# - mingw32-make develop
Expand Down

0 comments on commit 53b6509

Please sign in to comment.