|
32 | 32 | |[tests\googletest.build.cmd](../tests/googletest.build.cmd) | Google Test をビルドする | |
33 | 33 | |[tests\compiletests.run.cmd](../tests/compiletests.run.cmd) | コンパイルテストを実行する | |
34 | 34 | |[build-sonar-qube-finish.bat](../build-sonar-qube-finish.bat) | SonarQube の解析結果をアップロードする | |
35 | | -|[parse-buildlog.bat](../parse-buildlog.bat) | ビルドログを解析する | |
36 | 35 | |[build-chm.bat](../build-chm.bat) | compiled HTML ファイルをビルドする | |
37 | 36 | |[build-installer.bat](../build-installer.bat) | インストーラをビルドする | |
38 | 37 | |[zipArtifacts.bat](../zipArtifacts.bat) | 成果物を zip ファイルにまとめる | |
@@ -65,10 +64,6 @@ SonarQube に関しては [こちら](../SonarQube.md) も参照してくださ |
65 | 64 | - cmake.exe |
66 | 65 | - [build-sonar-qube-finish.bat](../build-sonar-qube-finish.bat) |
67 | 66 | - [build-sonar-qube-env.bat](../build-sonar-qube-env.bat) |
68 | | - - [parse-buildlog.bat](../parse-buildlog.bat) |
69 | | - - [appveyor_env.py](../appveyor_env.py) : AppVeyor の環境変数を再現できる `set_appveyor_env.bat` を生成する。(成果物に含まれる) |
70 | | - - [parse-buildlog.py](../parse-buildlog.py) |
71 | | - - [appveyor_env.py](../appveyor_env.py) |
72 | 67 | - [build-gnu.bat](../build-gnu.bat) |
73 | 68 | - mingw32-make.exe sakura_core |
74 | 69 | - [sakura\githash.bat](../sakura/githash.bat) |
@@ -98,7 +93,6 @@ SonarQube に関しては [こちら](../SonarQube.md) も参照してくださ |
98 | 93 | |build-gnu.bat | platform ("MinGW") | configuration ("Debug" または "Release") | |
99 | 94 | |sakura\preBuild.bat | HeaderMake.exe の実行ファイルのフォルダーパス | なし | |
100 | 95 | |sakura\postBuild.bat| platform ("Win32" または "x64") | configuration ("Debug" または "Release") | |
101 | | -|parse-buildlog.bat | msbuild のビルドログパス | なし | |
102 | 96 | |build-chm.bat | なし | なし | |
103 | 97 | |build-installer.bat | platform ("Win32" または "x64") | configuration ("Debug" または "Release") | |
104 | 98 | |zipArtifacts.bat | platform ("Win32" または "x64") | configuration ("Debug" または "Release") | |
|
0 commit comments