Skip to content
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 のビルド用の処理を別のバッチファイルにまとめる #154

Closed
m-tmatma opened this issue Jun 21, 2018 · 0 comments
Labels
CI appveyor など CI 関連 【ChangeLog除外】 refactoring リファクタリング 【ChangeLog除外】
Milestone

Comments

@m-tmatma
Copy link
Member

appveyor のビルド用の処理を別のバッチファイルにまとめる

以下の部分で appveyor.yml に直で書いているが、別のバッチファイルに分離する。

sakura/appveyor.yml

Lines 18 to 32 in 53b1d94

set SLN_FILE=sakura.sln
echo PLATFORM %PLATFORM%
echo CONFIGURATION %CONFIGURATION%
set EXTRA_CMD=/verbosity:minimal /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
set MSBUILD_EXE="C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\MSBuild.exe"
echo %MSBUILD_EXE% %SLN_FILE% /p:Platform=%PLATFORM% /p:Configuration=%CONFIGURATION% /t:"Clean","Rebuild" %EXTRA_CMD%
%MSBUILD_EXE% %SLN_FILE% /p:Platform=%PLATFORM% /p:Configuration=%CONFIGURATION% /t:"Clean","Rebuild" %EXTRA_CMD%

@m-tmatma m-tmatma added refactoring リファクタリング 【ChangeLog除外】 CI appveyor など CI 関連 【ChangeLog除外】 labels Jun 21, 2018
@m-tmatma m-tmatma added this to the next release milestone Jun 22, 2018
m-tmatma added a commit to m-tmatma/sakura that referenced this issue Jun 22, 2018
berryzplus pushed a commit to berryzplus/sakura-editor that referenced this issue Jul 5, 2018
@ds14050 ds14050 added refactoring リファクタリング 【ChangeLog除外】 CI appveyor など CI 関連 【ChangeLog除外】 labels Sep 18, 2018
HoppingTappy pushed a commit to HoppingTappy/sakura that referenced this issue Jun 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI appveyor など CI 関連 【ChangeLog除外】 refactoring リファクタリング 【ChangeLog除外】
Projects
None yet
Development

No branches or pull requests

2 participants