Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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