ボツ: GitHub Actions へ集約のために appveyor を削除#2090
Closed
m-tmatma wants to merge 1 commit into
Closed
Conversation
|
❌ Build sakura 1.0.4577 failed (commit a0f7e09105 by @m-tmatma) |
Member
Author
説明欄に記載の通りプロジェクト設定で appveyor でのビルドを無効化した。 個人アカウントで appveyor のプロジェクトを設定している人は |
Member
Author
#2091 を作り直した。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR対象
カテゴリ
PR の背景
#1809 で GitHub Actions への統一の方針があり、
#2089 で azure pipeline を削除した。
appveyor に関しても削除する。
仕様・動作説明
appveyor の JOB を削除
appveyor のすべての影響範囲の削除まではスコープ外
appveyor の設定で appveyor のビルドを OFF にした。
https://ci.appveyor.com/project/sakuraeditor/sakura/settings/build
https://ci.appveyor.com/project/sakuraeditor/sakura/settings/tests
PR の影響範囲
appveyor の JOB が走らなくなる。
テスト内容
本 PR において appveyor の JOB が走ってないことだったけど、appveyor 側で設定を
OFF にしておかないといけない模様。ビルドに失敗している。
関連 issue, PR
#1809
#2089
参考資料