Skip to content

Commit

Permalink
[ci] refs fibercrypto#17 Use cmd insteand of ps on before_test
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevYuniers committed Nov 20, 2018
1 parent 2410532 commit 05e990d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,8 @@ build: off
deploy: off

before_test:
- ps: >-
cd C:\projects\pyskycoin\gopath\src\github.com\skycoin\skycoin\lib\cgo
make build-libc
- cmd: cd C:\projects\pyskycoin\gopath\src\github.com\skycoin\skycoin\lib\cgo
- cmd: make build-libc

test_script:
# - make test-ci
Expand Down

0 comments on commit 05e990d

Please sign in to comment.