-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
appveyor で再起動したときにハングする問題の修正を試す #156
appveyor で再起動したときにハングする問題の修正を試す #156
Conversation
ビルド通りました! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTMです。
参照URLで内容は分かったけど、できればもちょっと説明プリーズw
説明欄に追加しました。 とりあえずビルドが通るようになるのを優先しました。 |
上記説明で問題なければマージしちゃってください。 |
Initとは別にinstallというフェーズがあるみたいです。参照URLにそんな雰囲気の英文があった感じです。問題なさそうなのでマージしちゃいます。 |
https://www.appveyor.com/docs/appveyor-yml/
そもそも、clone した後に実行される 以下を参考にしたがそれが間違っていたのかも。 |
…or-fail-restart appveyor で再起動したときにハングする問題の修正を試す
appveyor で再起動したときにハングする問題の修正を試す
以下により
init:
の代わりに、install:
を使うappveyor/ci#2456 (comment)
For now try switching the problematic sequence to install: instead of init:
appveyor/ci#2459
OwenMcDonnell/ProjectA@c6fb53c