Skip to content

Commit

Permalink
test16
Browse files Browse the repository at this point in the history
  • Loading branch information
inikep committed Sep 6, 2016
1 parent 5790869 commit 6a1ed09
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,30 @@ test_script:

artifacts:
- path: bin/zstd_mingw64.exe
name: zstd executable
- path: bin/zstd_mingw32.exe
name: zstd executable

deploy:
- provider: GitHub
release: zstd-v$(appveyor_build_version)
description: 'zstd Windows binary'
auth_token:
secure: LgJo8emYc3sFnlNWkGl4/VYK3nk/8+RagcsqDlAi3xeqNGNutnKjcftjg84uJoT4
artifact: bin/zstd_%PLATFORM%.exe
artifact: bin/zstd_mingw64.exe
force_update: true
on:
branch: artifacts
COMPILER: gcc
PLATFORM: "mingw64"
appveyor_repo_tag: false # deploy on tag push only
- provider: GitHub
release: zstd-v$(appveyor_build_version)
description: 'zstd Windows binary'
auth_token:
secure: LgJo8emYc3sFnlNWkGl4/VYK3nk/8+RagcsqDlAi3xeqNGNutnKjcftjg84uJoT4
artifact: bin/zstd_mingw32.exe
force_update: true
on:
branch: artifacts
COMPILER: gcc
PLATFORM: "mingw32"
appveyor_repo_tag: false # deploy on tag push only

0 comments on commit 6a1ed09

Please sign in to comment.