mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-27 03:54:15 +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
|
# Appveyor configuration file for bash build of packs
|
||||||
version: v2-{build}
|
version: 2-{build}
|
||||||
environment:
|
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.
|
# 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
|
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_MIRROR: http://cygwin.mirror.constant.com
|
||||||
CYG_PACKAGES: bash,php,dos2unix
|
CYG_PACKAGES: bash,php,dos2unix
|
||||||
matrix:
|
matrix:
|
||||||
@ -60,9 +60,9 @@ artifacts:
|
|||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
tag: "AppVeyor"
|
tag: "AppVeyor"
|
||||||
# Release needs to be the same otherwise it won't overwrite.
|
# Tag needs to be the same otherwise it won't overwrite.
|
||||||
release: "Graphic Packs Latest Release"
|
release: "Graphic Packs: version $(appveyor_build_version)"
|
||||||
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)/)"
|
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
|
provider: GitHub
|
||||||
# Auth token is generated by using https://www.appveyor.com/docs/deployment/github/#provider-settings
|
# Auth token is generated by using https://www.appveyor.com/docs/deployment/github/#provider-settings
|
||||||
auth_token: $(GithubAuthToken)
|
auth_token: $(GithubAuthToken)
|
||||||
|
Loading…
Reference in New Issue
Block a user