summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorElliott Sales de Andrade <quantum.analyst@gmail.com>2016-09-28 20:52:23 -0400
committerElliott Sales de Andrade <quantum.analyst@gmail.com>2016-09-29 04:29:10 -0400
commit063c689a3f8ad490cf01e8d52f26b6509d67ff72 (patch)
treeee3a1e35edc14cfd749c5aa1e274e544a193a312 /.appveyor.yml
parent0a4957627a1e7bc88a74e9398fdf3b6e17cd7b05 (diff)
downloadmeson-063c689a3f8ad490cf01e8d52f26b6509d67ff72.tar.gz
Upload test logs as artifacts on AppVeyor.
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 09f67e4c8..b60540266 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -19,3 +19,7 @@ build_script:
test_script:
- cmd: PATH c:\python34;%PATH% && python3 run_tests.py --backend=ninja
+
+on_finish:
+ - appveyor PushArtifact meson-test-run.txt -DeploymentName "Text test logs"
+ - appveyor PushArtifact meson-test-run.xml -DeploymentName "XML test logs"