From e253bfcda4f9c4caaf6a3d7ad2c0f929d35ed937 Mon Sep 17 00:00:00 2001 From: Isuru Fernando Date: Sat, 27 Apr 2019 22:56:02 +0000 Subject: [PATCH] make unix friendly archives on appveyor (#310) --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index efc98f555..87aee9c97 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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: