mirror of
https://github.com/amd/blis.git
synced 2026-05-21 17:08:17 +00:00
make unix friendly archives on appveyor (#310)
This commit is contained in:
committed by
Devrajegowda, Kiran
parent
f73cef483e
commit
e253bfcda4
@@ -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