From c200233d912a58563521d7728d080888dc29ac97 Mon Sep 17 00:00:00 2001 From: Masaru Tsuchiyama Date: Thu, 22 Nov 2018 07:37:15 +0900 Subject: [PATCH 1/8] =?UTF-8?q?=E3=83=86=E3=82=B9=E3=83=88=E3=81=AE?= =?UTF-8?q?=E3=83=86=E3=82=B9=E3=83=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- appveyor.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index eb21239..0118dce 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -14,3 +14,16 @@ build_script: echo PLATFORM %PLATFORM% echo CONFIGURATION %CONFIGURATION% + + echo "test" > test.txt + +before_test: +- cmd: >- + echo "before_test" + +test_script: +- cmd: >- + echo "test_script" + +artifacts: +- path: '*.txt' From 5aa8a98fda7cc0312d31c883c906ad5b86939b4c Mon Sep 17 00:00:00 2001 From: Masaru Tsuchiyama Date: Thu, 22 Nov 2018 23:45:08 +0900 Subject: [PATCH 2/8] =?UTF-8?q?=E3=83=A1=E3=83=83=E3=82=BB=E3=83=BC?= =?UTF-8?q?=E3=82=B8=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 0118dce..4eb9ead 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -19,11 +19,11 @@ build_script: before_test: - cmd: >- - echo "before_test" + echo "before_test 1" test_script: - cmd: >- - echo "test_script" + echo "test_script 2" artifacts: - path: '*.txt' From 50d0c55d1cbdc88fa4a777f938393a88a191073c Mon Sep 17 00:00:00 2001 From: Masaru Tsuchiyama Date: Thu, 22 Nov 2018 23:47:05 +0900 Subject: [PATCH 3/8] exit /b 1 --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 4eb9ead..64a7e60 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -24,6 +24,8 @@ before_test: test_script: - cmd: >- echo "test_script 2" + + exit /b 1 artifacts: - path: '*.txt' From ca4b4447db9a4f54bfdae74688b1378cc92e12d7 Mon Sep 17 00:00:00 2001 From: Masaru Tsuchiyama Date: Thu, 22 Nov 2018 23:52:34 +0900 Subject: [PATCH 4/8] push artifacts --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 64a7e60..db1132d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -16,6 +16,8 @@ build_script: echo CONFIGURATION %CONFIGURATION% echo "test" > test.txt + + appveyor PushArtifact test.txt before_test: - cmd: >- From 19429d7183b61e6651bc70aec2625be3f51bb16a Mon Sep 17 00:00:00 2001 From: Masaru Tsuchiyama Date: Thu, 22 Nov 2018 23:57:44 +0900 Subject: [PATCH 5/8] =?UTF-8?q?artifacts=20=E3=81=AE=E6=8C=87=E5=AE=9A?= =?UTF-8?q?=E3=82=92=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- appveyor.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index db1132d..c4971c8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -28,6 +28,3 @@ test_script: echo "test_script 2" exit /b 1 - -artifacts: -- path: '*.txt' From e36c6319a375947d9ea35123fccc73e4ef3bf03a Mon Sep 17 00:00:00 2001 From: Masaru Tsuchiyama Date: Fri, 23 Nov 2018 00:18:05 +0900 Subject: [PATCH 6/8] =?UTF-8?q?=E3=83=AF=E3=82=A4=E3=83=AB=E3=83=89?= =?UTF-8?q?=E3=82=AB=E3=83=BC=E3=83=89=E3=82=92=E4=BD=BF=E3=81=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index c4971c8..4d5a6c7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -17,7 +17,7 @@ build_script: echo "test" > test.txt - appveyor PushArtifact test.txt + appveyor PushArtifact *.txt before_test: - cmd: >- From fb6297db64596160411df2a5e2268f99d028db54 Mon Sep 17 00:00:00 2001 From: Masaru Tsuchiyama Date: Fri, 23 Nov 2018 00:22:51 +0900 Subject: [PATCH 7/8] =?UTF-8?q?=E3=82=B3=E3=83=9E=E3=83=B3=E3=83=89?= =?UTF-8?q?=E3=83=A9=E3=82=A4=E3=83=B3=E5=BC=95=E6=95=B0=E3=82=92=E8=A9=A6?= =?UTF-8?q?=E3=81=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 4d5a6c7..3819d3a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -17,7 +17,7 @@ build_script: echo "test" > test.txt - appveyor PushArtifact *.txt + appveyor PushArtifact -FileName test.txt -DeploymentName "Deploy tag" before_test: - cmd: >- From 9edbb8bc2c0778c7522acd4b02abc7513cb369f5 Mon Sep 17 00:00:00 2001 From: Masaru Tsuchiyama Date: Fri, 23 Nov 2018 00:24:55 +0900 Subject: [PATCH 8/8] =?UTF-8?q?=E3=82=AA=E3=83=97=E3=82=B7=E3=83=A7?= =?UTF-8?q?=E3=83=B3=E3=82=92=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 3819d3a..b790627 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -17,7 +17,7 @@ build_script: echo "test" > test.txt - appveyor PushArtifact -FileName test.txt -DeploymentName "Deploy tag" + appveyor PushArtifact test.txt -FileName test-new.txt -DeploymentName "Deploy tag" before_test: - cmd: >-