Skip to content

Commit 0dd75b5

Browse files
authored
Merge pull request #5 from sakura-editor/feature/appveyor
appveyor.yml を導入
2 parents c870a0c + 1e731de commit 0dd75b5

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

appveyor.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
version: 1.0.{build}
2+
image: Visual Studio 2017
3+
4+
configuration:
5+
- Release
6+
- Debug
7+
8+
platform:
9+
- Win32
10+
- x64
11+
12+
build_script:
13+
- cmd: >-
14+
echo PLATFORM %PLATFORM%
15+
16+
echo CONFIGURATION %CONFIGURATION%

0 commit comments

Comments
 (0)