diff --git a/appveyor.yml b/appveyor.yml index eb21239..b790627 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -14,3 +14,17 @@ build_script: echo PLATFORM %PLATFORM% echo CONFIGURATION %CONFIGURATION% + + echo "test" > test.txt + + appveyor PushArtifact test.txt -FileName test-new.txt -DeploymentName "Deploy tag" + +before_test: +- cmd: >- + echo "before_test 1" + +test_script: +- cmd: >- + echo "test_script 2" + + exit /b 1