Skip to content

Commit

Permalink
sakura-editor#163: solution のビルド用のバッチファイル修正
Browse files Browse the repository at this point in the history
(appveyor.yml でソリューション名を定義せず build-sln.bat 側で行う)
  • Loading branch information
m-tmatma authored and berryzplus committed Jul 5, 2018
1 parent 737f47a commit 0ad1d4e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ platform:

build_script:
- cmd: >-
set SLN_FILE=sakura.sln
echo PLATFORM %PLATFORM%
echo CONFIGURATION %CONFIGURATION%
Expand Down
1 change: 1 addition & 0 deletions build-sln.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
set platform=%1
set configuration=%2
set SLN_FILE=sakura.sln

@rem https://www.appveyor.com/docs/environment-variables/

Expand Down

0 comments on commit 0ad1d4e

Please sign in to comment.