Skip to content

Commit

Permalink
Merge pull request #45 from hozuki/v0.7.9
Browse files Browse the repository at this point in the history
Fixed build config.
  • Loading branch information
hozuki committed Jan 17, 2018
2 parents dfeb420 + 2d72c70 commit 0ce0392
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# https://www.appveyor.com/docs/appveyor-yml/

version: 0.7.8.{build}
version: 0.7.9.{build}
branches:
only:
- master
Expand Down Expand Up @@ -36,12 +36,12 @@ after_build:
- 7z a deretore-toolkit.zip -r %APPVEYOR_BUILD_FOLDER%/Apps/ScoreViewer/bin/%PLATFORM%/%CONFIGURATION%/*.exe
- 7z a deretore-toolkit.zip -r %APPVEYOR_BUILD_FOLDER%/Apps/ScoreViewer/bin/%PLATFORM%/%CONFIGURATION%/*.dll
- 7z a deretore-toolkit.zip -r %APPVEYOR_BUILD_FOLDER%/Apps/ScoreViewer/bin/%PLATFORM%/%CONFIGURATION%/*.wav
- copy deretore-toolkit.zip deretore-toolkit-%PLATFORM%-v%APPVEYOR_BUILD_VERSION%-alpha-b%APPVEYOR_BUILD_NUMBER%.zip
- copy deretore-toolkit.zip deretore-toolkit-%PLATFORM%.zip
- copy deretore-toolkit.zip deretore-toolkit-x86-v%APPVEYOR_BUILD_VERSION%-alpha-b%APPVEYOR_BUILD_NUMBER%.zip
- copy deretore-toolkit.zip deretore-toolkit-x86.zip
artifacts:
- path: deretore-toolkit-%PLATFORM%-v%APPVEYOR_BUILD_VERSION%-alpha-b%APPVEYOR_BUILD_NUMBER%.zip
- path: deretore-toolkit-x86-v%APPVEYOR_BUILD_VERSION%-alpha-b%APPVEYOR_BUILD_NUMBER%.zip
name: WithVersion
- path: deretore-toolkit-%PLATFORM%.zip
- path: deretore-toolkit-x86.zip
name: Static
assembly_info:
patch: true
Expand All @@ -58,5 +58,4 @@ deploy:
draft: false
prerelease: true
on:
branch: master # release from master branch only
appveyor_repo_tag: true # deploy on tag push only

0 comments on commit 0ce0392

Please sign in to comment.