summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTitanSnow <[email protected]>2017-05-25 17:20:08 +0800
committerTitanSnow <[email protected]>2017-05-25 18:38:12 +0800
commit0b42538187d36973e25b42d3b8bdf145726b5247 (patch)
tree0cc7b1bcaf54e47323b498ba032b338f8db9389d
parent3b730eeaa626c66ca38e66f4046e51e21d8a2204 (diff)
add artifact on appveyor
-rw-r--r--.appveyor.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index a76647228..0002b5ad8 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -42,3 +42,9 @@ on_success:
- luacov
- pip install codecov
- codecov --file luacov.report.out
+
+after_build:
+ - ps: Copy-Item core\build\xmake.exe .
+
+artifacts:
+ - path: xmake.exe