-
Notifications
You must be signed in to change notification settings - Fork 171
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バッジ追加、AppVeyor URL修正 #34
Conversation
ログを見るとgit cloneが2回行われているように見えます。 https://ci.appveyor.com/project/sakuraeditor/sakura/build/1.0.28
REMかも知れないので微妙ですが・・・。 昨日参考パッチを上げてみたとき、1回目のgit cloneでコケたので問題自体は残ってそうです。 |
こんなの見つけました。 |
646bbc7
to
600fe75
Compare
https://www.appveyor.com/docs/environment-variables/ |
AppVeyor ビルド時に以下のようなエラーが発生することがあったので、それへの対策。 https://ci.appveyor.com/project/sakuraeditor/sakura/build/1.0.28 -------------------------------------------------------------------------------- fatal: destination path 'C:\projects\sakura' already exists and is not an empty directory. Command exited with code 128 --------------------------------------------------------------------------------
情報ありがとうございます! appveyor.yml での clone_folder 指定で git clone される場所が毎回変わるようになりました。これで git clone エラーは起こらなくなるはずです。(AppVeyor に対するマナーとしてこういうやり方がアリかナシかは微妙な気もしますが。どうなんだろう……)
|
@m-tmatma |
https://github.com/sakura-editor/sakura/blob/appveyor-badge/README.md を確認して、バッジが機能しているのを確認しました。 |
マージ後に https://github.com/sakura-editor/sakura を見たときに バッジが Pending になっているのを確認しました。 |
build failing 表示も(たまたま)確認できました。 肝心のエラー内容ですが、、
これ以上どうすれば、、という感…… |
バッジは動いているので、このプルリクエストは再オープンせずに |
エラーバッジのままだと見栄えが悪いので、手動で AppVeyor ビルド再度走らせて成功状態にしておきました。 |
AppVeyorバッジ追加、AppVeyor URL修正
内容
対象 Isssue
対応手順
AppVeyor に sakura-editor ユーザでログインした状態で以下の設定ページを開く。
この中にある
Branch sample markdown code
から取得できる以下の Markdown をコピーして README の見出し直下に挿入。残存エラー
https://ci.appveyor.com/project/sakuraeditor/sakura/build/1.0.28
#15 でこのエラーは解消したつもりでしたが、まだ直ってなかったみたいです。
clone_folder
を yml 側で指定する等で対処できないかどうか検証します。