Skip to content

Commit

Permalink
don't delete the new lib.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsteinmo committed Apr 11, 2018
1 parent 20a74d6 commit 455e0a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ build_script:
Invoke-RestMethod -Uri https://s3.amazonaws.com/dsteinmo-libs/deps-appveyor.zip -OutFile deps-win-mingw64.zip
Expand-Archive -Path include-deps.zip -DestinationPath .\include\
Expand-Archive -Path deps-win-mingw64.zip -DestinationPath .\lib\
rm .\lib\libgfortran.a
& C:\MinGW\msys\1.0\bin\bash -e -l -c "set && ls /mingw/lib/gcc/mingw32/5.3.0/ && cd /c/projects/blitzdg && make"
if($LASTEXITCODE -ne 0) { exit 1 }

0 comments on commit 455e0a1

Please sign in to comment.