Skip to content

Commit 1e731de

Browse files
committed
appveyor.yml を導入
1 parent c870a0c commit 1e731de

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)