]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Push both artifacts without debug symbols 649/head
authorSean Purcell <me@seanp.xyz>
Thu, 6 Apr 2017 17:34:09 +0000 (10:34 -0700)
committerSean Purcell <me@seanp.xyz>
Thu, 6 Apr 2017 17:34:09 +0000 (10:34 -0700)
appveyor.yml

index 5f0b82e80038699b2ef29e806472f82555f86746..27994853a637cfe69689d41271146597d1d5c128 100644 (file)
       SET "CPPFLAGS=-I../../zlib" &&
       SET "LDFLAGS=../../zlib/libz.a" &&
       sh -c "%SCRIPT%" &&
-      ( if [%COMPILER%]==[gcc] if [%ARTIFACT%]==[true] COPY programs\zstd.exe zstd_%PLATFORM%.exe && appveyor PushArtifact zstd_%PLATFORM%.exe ) &&
       ( if [%COMPILER%]==[gcc] if [%ARTIFACT%]==[true]
           lib\dll\example\build_package.bat &&
           make -C programs DEBUGFLAGS= clean zstd &&
+          cp programs\zstd.exe zstd_%PLATFORM%.exe &&
+          appveyor PushArtifact zstd_%PLATFORM%.exe &&
           cp programs\zstd.exe bin\zstd.exe &&
           make -C programs DEBUGFLAGS= clean zstdmt &&
           cp programs\zstd.exe bin\zstdmt.exe &&