diff options
| author | Przemyslaw Skibinski <inikep@gmail.com> | 2016-11-16 09:53:07 +0100 |
|---|---|---|
| committer | Przemyslaw Skibinski <inikep@gmail.com> | 2016-11-16 09:53:07 +0100 |
| commit | 8b48d5e446267418082b4d389fa6729e5a03a823 (patch) | |
| tree | 7a3d828d8f7af69ed825f4435bef6cb2ed0bd396 /appveyor.yml | |
| parent | 11f6217cc287d1b8d79b40361ed6b6ce6ef42172 (diff) | |
| download | platform_external_lz4-8b48d5e446267418082b4d389fa6729e5a03a823.tar.gz platform_external_lz4-8b48d5e446267418082b4d389fa6729e5a03a823.tar.bz2 platform_external_lz4-8b48d5e446267418082b4d389fa6729e5a03a823.zip | |
updated example\README.md
Diffstat (limited to 'appveyor.yml')
| -rw-r--r-- | appveyor.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml index dd9a700..d1245c8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -70,11 +70,11 @@ build_script: COPY programs\lz4.exe bin\lz4.exe ) - if [%COMPILER%]==[gcc] if [%PLATFORM%]==[mingw64] ( - 7z.exe a bin\lz4_x64.zip .\bin\lz4.exe .\bin\fullbench .\bin\dll .\bin\static .\bin\include .\bin\Makefile .\bin\README.md && + 7z.exe a bin\lz4_x64.zip .\bin\lz4.exe .\bin\README.md .\bin\example .\bin\dll .\bin\static .\bin\include && appveyor PushArtifact bin\lz4_x64.zip ) - if [%COMPILER%]==[gcc] if [%PLATFORM%]==[mingw32] ( - 7z.exe a bin\lz4_x86.zip .\bin\lz4.exe .\bin\fullbench .\bin\dll .\bin\static .\bin\include .\bin\Makefile .\bin\README.md && + 7z.exe a bin\lz4_x86.zip .\bin\lz4.exe .\bin\README.md .\bin\example .\bin\dll .\bin\static .\bin\include && appveyor PushArtifact bin\lz4_x86.zip ) - if [%COMPILER%]==[gcc] (COPY tests\fullbench.exe programs\) @@ -124,6 +124,7 @@ deploy: auth_token: secure: w6UJaGie0qbZvffr/fqyhO/Vj8rMiQWnv9a8qm3gxfngdHDTMT42wYupqJpIExId force_update: true + prerelease: true on: COMPILER: gcc PLATFORM: "mingw64" @@ -135,6 +136,7 @@ deploy: auth_token: secure: w6UJaGie0qbZvffr/fqyhO/Vj8rMiQWnv9a8qm3gxfngdHDTMT42wYupqJpIExId force_update: true + prerelease: true on: COMPILER: gcc PLATFORM: "mingw32" |
