make unix friendly archives on appveyor (#310)

This commit is contained in:
Isuru Fernando
2019-04-27 22:56:02 +00:00
committed by Field G. Van Zee
parent 74e513eb6a
commit 0d549ceda8

View File

@@ -39,7 +39,7 @@ build_script:
- bash -lc "cd /c/projects/blis && ./configure %CONFIGURE_OPTS% --enable-threading=%THREADING% --enable-arg-max-hack --prefix=/c/blis %CONFIG%"
- bash -lc "cd /c/projects/blis && mingw32-make -j4 V=1"
- bash -lc "cd /c/projects/blis && mingw32-make install"
- ps: Compress-Archive -Path C:\blis -DestinationPath C:\blis.zip
- 7z a C:\blis.zip C:\blis
- ps: Push-AppveyorArtifact C:\blis.zip
test_script: