mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-26 19:44:14 +01:00
some appveyor.yml modifications
This commit is contained in:
parent
13d6f83c19
commit
cc5264fc8a
10
appveyor.yml
10
appveyor.yml
@ -1,9 +1,9 @@
|
||||
# Appveyor configuration file for bash build of packs
|
||||
version: v2-{build}
|
||||
version: 2-{build}
|
||||
environment:
|
||||
# It's prefered to have the GithubAuthToken (encrypted) set in the UI. Follow this guide for the instructions https://www.appveyor.com/docs/deployment/github/#provider-settings.
|
||||
CommitTimestamp: 0
|
||||
CommitDescription: '"No description was added to this commit"'
|
||||
CommitDescription: 'No description was added to this commit.'
|
||||
CYG_MIRROR: http://cygwin.mirror.constant.com
|
||||
CYG_PACKAGES: bash,php,dos2unix
|
||||
matrix:
|
||||
@ -60,9 +60,9 @@ artifacts:
|
||||
|
||||
deploy:
|
||||
tag: "AppVeyor"
|
||||
# Release needs to be the same otherwise it won't overwrite.
|
||||
release: "Graphic Packs Latest Release"
|
||||
description: "Updated to **$(appveyor_build_version)** at $(CommitTimestamp) (UTC)\n\n### Changelog:\n**$(appveyor_repo_commit_message)** - Commit $(appveyor_repo_commit) by $(appveyor_repo_commit_author):\n```\n$(CommitDescription)\n```\n#### [Installation instructions](https://$(appveyor_account_name).github.io/$(appveyor_project_name)/)"
|
||||
# Tag needs to be the same otherwise it won't overwrite.
|
||||
release: "Graphic Packs: version $(appveyor_build_version)"
|
||||
description: "Updated to **v$(appveyor_build_version)** at $(CommitTimestamp) (UTC)\n\n### Changelog:\n**$(appveyor_repo_commit_message)** - Commit $(appveyor_repo_commit) by $(appveyor_repo_commit_author):\n```\n$(CommitDescription)\n```\n#### [Installation instructions](https://$(appveyor_account_name).github.io/$(appveyor_project_name)/) - [Previous versions](https://ci.appveyor.com/project/$(appveyor_account_name)/$(appveyor_project_name)/history)"
|
||||
provider: GitHub
|
||||
# Auth token is generated by using https://www.appveyor.com/docs/deployment/github/#provider-settings
|
||||
auth_token: $(GithubAuthToken)
|
||||
|
Loading…
Reference in New Issue
Block a user