mirror of
https://github.com/amd/blis.git
synced 2026-04-20 07:38:53 +00:00
make unix friendly archives on appveyor (#310)
This commit is contained in:
committed by
Field G. Van Zee
parent
74e513eb6a
commit
0d549ceda8
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user