Skip to content

autoCancel のテスト #25

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

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 19 additions & 23 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<!-- これはコメントです。ブラウザで表示されません。 -->
<!-- Preview のシートに切り替えることで登録後にどのように見えるか確認することができます -->

# PR の目的

Expand All @@ -6,29 +8,23 @@

## カテゴリ

<!-- 記入例を参考に括弧のなかに x を入力してください。 -->
<!-- 括弧の中の空白を x に置き換えるイメージです。 -->
<!-- 必須 -->

- [ ] 機能追加
- [ ] 仕様変更
- [ ] 不具合修正
- [ ] 速度向上
- [ ] リファクタリング
- [ ] ドキュメント修正
- [ ] ビルド手順
- [ ] CI関連
- [ ] Appveyor
- [ ] Azure Pipelines
- [ ] その他連携サービス
- [ ] 実験 (master へのマージを目的としない)
- [ ] その他

<!-- 記入例 -->
<!-- OK 例: [x] -->
<!-- NG 例: [] -->
<!-- NG 例: [ x] -->
<!-- NG 例: [x ] -->
<!-- 編集 必須 -->
<!-- 以下の箇条書きリストから関係するものを残して、関係ないものを削除してください。-->
<!-- 該当するものがない場合は必要に応じて追加してください。 -->

- 機能追加
- 仕様変更
- 不具合修正
- 速度向上
- リファクタリング
- ドキュメント修正
- ビルド手順
- CI関連
- Appveyor
- Azure Pipelines
- その他連携サービス
- 実験 (master へのマージを目的としない)
- その他

## PR の背景

Expand Down
36 changes: 36 additions & 0 deletions azure-pipelines-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,39 @@ jobs:
steps:
- script: echo $(BuildPlatform)
- script: echo $(Configuration)
- script: test.bat
- script: test.bat
- script: test.bat
- script: test.bat
- script: test.bat
- script: test.bat
- script: test.bat
- script: test.bat
- script: test.bat
- script: test.bat
- script: test.bat
- script: test.bat
- script: test.bat
- script: test.bat
- script: test.bat
- script: test.bat
- script: test.bat
- script: test.bat
- script: test.bat
- script: test.bat
- script: test.bat
- script: test.bat
- script: test.bat
- script: test.bat
- script: test.bat
- script: test.bat
- script: test.bat
- script: test.bat
- script: test.bat
- script: test.bat
- script: test.bat
- script: test.bat
- script: test.bat
- script: test.bat
- script: test.bat
- script: test.bat
2 changes: 2 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ trigger:
- Jenkinsfile

pr:
# https://docs.microsoft.com/en-us/azure/devops/pipelines/build/triggers?tabs=yaml&view=azure-devops#pr-triggers
autoCancel: false
branches:
include:
- master
Expand Down
2 changes: 2 additions & 0 deletions test.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
timeout /t 1
exit 0