Skip to content

Commit

Permalink
appveyor: temp
Browse files Browse the repository at this point in the history
  • Loading branch information
k-takata committed Jan 11, 2016
1 parent 6eddc71 commit 4c15fb7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,4 @@ deploy:
prerelease: false
on:
appveyor_repo_tag: true
build_skip: true
3 changes: 2 additions & 1 deletion src/appveyor.bat
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ if /i "%appveyor_repo_tag%"=="true" (
py -3 "%APPVEYOR_BUILD_FOLDER%\src\check-gh-release.py"
if errorlevel 1 (
echo Skip this build because one day has not been past since the last release.
exit 1
set build_skip=true
exit 0
)
)

Expand Down

0 comments on commit 4c15fb7

Please sign in to comment.