GitHub Actions へ集約のために appveyor を削除 #2091
Merged
Merged
Conversation
|
✅ Build sakura 1.0.4578 completed (commit 0537c9b61a by @m-tmatma) |
Member
Author
プロジェクト設定を変更してから PR を作り直した。 |
berryzplus
approved these changes
Jun 24, 2025
Contributor
|
CI/CDについての説明がマークダウンに書かれているので、どこかで更新する必要あり。 もともと整理されていたわけでもないので、Appveyor停止を目的としてこのPRは先行マージしてよさそうに思います。 |
Member
Author
|
https://ci.appveyor.com/project/sakuraeditor/sakura/builds/52288603 sakuraeditor のプロジェクト自体を削除しないと走ってしまうのかな。 |
Member
Author
|
https://ci.appveyor.com/project/sakuraeditor/sakura/settings Skip branches without appveyor.yml のチェックを入れてみた。 |
Member
Author
Member
Author
|
#2093 で update branchボタン押したら |
Merged
Merged
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 が実際には走ってない。(内部的に skip されている)
関連 issue, PR
#1809
#2089
参考資料