Skip to content

Commit

Permalink
switch into project dir in bash.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsteinmo committed Apr 11, 2018
1 parent f4385d7 commit 61bcd10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ build_script:
Invoke-RestMethod -Uri https://s3.amazonaws.com/dsteinmo-libs/deps-win-mingw64.zip -OutFile deps-win-mingw64.zip
Expand-Archive -Path include-deps.zip -DestinationPath .\include\
Expand-Archive -Path deps-win-mingw64.zip -DestinationPath .\lib\
& C:\MinGW\msys\1.0\bin\bash -e -l -c "set && make"
& C:\MinGW\msys\1.0\bin\bash -e -l -c "set && cd /c/projects/blitzdg && make"
if($LASTEXITCODE -ne 0) { exit 1 }

0 comments on commit 61bcd10

Please sign in to comment.