Skip to content

Commit

Permalink
CI Buildおよびローカルビルドの環境変数 の章を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
m-tmatma committed Feb 8, 2020
1 parent c3074dd commit c47f1a2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
- [How to build](#how-to-build)
- [詳細情報](#詳細情報)
- [PR(Pull Request) を簡単にローカルに取得する方法](#prpull-request-を簡単にローカルに取得する方法)
- [CI Buildおよびローカルビルドの環境変数](#CI-Buildおよびローカルビルドの環境変数)
- [CI Build (Azure Pipelines)](#ci-build-azure-pipelines)
- [ビルドの仕組み (Azure Pipelines)](#ビルドの仕組み-azure-pipelines)
- [CI Build (AppVeyor)](#ci-build-appveyor)
Expand Down Expand Up @@ -125,6 +126,10 @@ Visaul Studio 2019 で `sakura.sln` を開くと必要なコンポーネント

詳しくは [こちら](build.md) を参照

## CI Buildおよびローカルビルドの環境変数

[CI でのビルド](ci-build.md) を参照

## PR(Pull Request) を簡単にローカルに取得する方法

- [PR(Pull Request) を簡単にローカルに取得する方法](get-PR.md)
Expand Down
8 changes: 6 additions & 2 deletions appveyor.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- [appveyor でのビルド](#appveyor-でのビルド)
- [CI でのビルドをスキップする方法](#ci-でのビルドをスキップする方法)
- [参考サイト](#参考サイト)
- [入力として使用する環境変数](#入力として使用する環境変数)
- [CI Buildおよびローカルビルドの環境変数](#CI-Buildおよびローカルビルドの環境変数)
- [ビルドに使用するバッチファイル](#ビルドに使用するバッチファイル)
- [呼び出し構造](#呼び出し構造)
- [ビルドに使用するバッチファイルの引数](#ビルドに使用するバッチファイルの引数)
Expand All @@ -18,7 +18,6 @@
- [mingw32-del.bat の構造](#mingw32-delbat-の構造)
- [処理の流れ](#処理の流れ-2)
- [zipArtifacts.bat の構造](#zipartifactsbat-の構造)
- [生成する環境変数](#生成する環境変数-1)
- [処理の流れ](#処理の流れ-3)

<!-- /TOC -->
Expand All @@ -34,6 +33,11 @@
- https://srz-zumix.blogspot.com/2018/03/ci-ci-20183.html
- https://www.appveyor.com/docs/how-to/filtering-commits/#skip-commits


## CI Buildおよびローカルビルドの環境変数

[CI でのビルド](ci-build.md) を参照

## ビルドに使用するバッチファイル

| バッチファイル | 説明 |
Expand Down
3 changes: 3 additions & 0 deletions azure-pipelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
- [Azure Pipelines のJOB の構成](#azure-pipelines-のjob-の構成)
- [Azure Pipelines の TIPS](#azure-pipelines-の-tips)
- [step または JOB の実行条件](#step-または-job-の実行条件)
- [CI Buildおよびローカルビルドの環境変数](#CI-Buildおよびローカルビルドの環境変数)

<!-- /TOC -->

Expand Down Expand Up @@ -100,4 +101,6 @@ googletest でテストを実施するにあたって、googletest のテスト
targetFolder: $(Build.ArtifactStagingDirectory)
```

## CI Buildおよびローカルビルドの環境変数

[CI でのビルド](ci-build.md) を参照

0 comments on commit c47f1a2

Please sign in to comment.