Skip to content

Commit

Permalink
appveyor.yml: more defensive
Browse files Browse the repository at this point in the history
install mingw-developer-toolkit for libuv
mkdir bin, because I believe we are under cmd.exe, not bash, no test -d
try make -f config.mak
  • Loading branch information
Reini Urban committed Feb 8, 2015
1 parent 3f5522b commit 1344d94
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion appveyor.yml
Expand Up @@ -8,9 +8,12 @@ clone_depth: 1
init:
- git config --global core.autocrlf input
install:
- mingw-get install mingw-developer-toolkit
- cinst make
- git submodule init --update
build_script:
- make config
- mkdir bin
- make -f config.mak
- make
test_script:
- make test
Expand Down

0 comments on commit 1344d94

Please sign in to comment.