Skip to content

Commit

Permalink
see what libraries are available on appVeyor build node.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsteinmo committed Apr 11, 2018
1 parent 64e521e commit 28262e6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
version: 1.0.{build}
build_script:
- pwsh: |
ls env:\
Invoke-RestMethod -Uri https://s3.amazonaws.com/dsteinmo-libs/include-deps.zip -OutFile include-deps.zip
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\
rm .\lib\libgfortran.a
& C:\MinGW\msys\1.0\bin\bash -e -l -c "set && cd /c/projects/blitzdg && make"
& 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 28262e6

Please sign in to comment.