Skip to content

Commit

Permalink
appveyor adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyrdacor committed Jun 1, 2022
1 parent 883f94a commit beae3a8
Showing 1 changed file with 4 additions and 30 deletions.
34 changes: 4 additions & 30 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ environment:
matrix:
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
configuration: Release
- APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu
configuration: Release
- APPVEYOR_BUILD_WORKER_IMAGE: macOS
configuration: Release
#- APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu
# configuration: Release
#- APPVEYOR_BUILD_WORKER_IMAGE: macOS
# configuration: Release

platform: Any CPU

Expand Down Expand Up @@ -64,32 +64,6 @@ deploy:
force_update: true
on:
APPVEYOR_REPO_TAG: true
- provider: GitHub
name: Ambermoon.net-Windows7
artifact: Ambermoon.net-Windows7
tag: $(APPVEYOR_REPO_TAG_NAME)
release: $(APPVEYOR_REPO_TAG_NAME)
description: 'Release $(APPVEYOR_REPO_TAG_NAME)'
auth_token:
secure: ku89dMTVkz+PE5bvxWQCLG9PbNTa9tQUsidZ/7726rLEZjIAvDcxEC668Ix9zYmw
draft: true
prerelease: true
force_update: true
on:
APPVEYOR_REPO_TAG: true
- provider: GitHub
name: Ambermoon.net-Windows7-32Bit
artifact: Ambermoon.net-Windows7-32Bit
tag: $(APPVEYOR_REPO_TAG_NAME)
release: $(APPVEYOR_REPO_TAG_NAME)
description: 'Release $(APPVEYOR_REPO_TAG_NAME)'
auth_token:
secure: ku89dMTVkz+PE5bvxWQCLG9PbNTa9tQUsidZ/7726rLEZjIAvDcxEC668Ix9zYmw
draft: true
prerelease: true
force_update: true
on:
APPVEYOR_REPO_TAG: true
- provider: GitHub
name: Ambermoon.net-Linux
artifact: Ambermoon.net-Linux
Expand Down

0 comments on commit beae3a8

Please sign in to comment.