Skip to content

Commit c200233

Browse files
committed
テストのテスト
1 parent 0dd75b5 commit c200233

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

appveyor.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,16 @@ build_script:
1414
echo PLATFORM %PLATFORM%
1515
1616
echo CONFIGURATION %CONFIGURATION%
17+
18+
echo "test" > test.txt
19+
20+
before_test:
21+
- cmd: >-
22+
echo "before_test"
23+
24+
test_script:
25+
- cmd: >-
26+
echo "test_script"
27+
28+
artifacts:
29+
- path: '*.txt'

0 commit comments

Comments
 (0)