diff options
| author | TitanSnow <[email protected]> | 2017-05-25 17:20:08 +0800 |
|---|---|---|
| committer | TitanSnow <[email protected]> | 2017-05-25 18:38:12 +0800 |
| commit | 0b42538187d36973e25b42d3b8bdf145726b5247 (patch) | |
| tree | 0cc7b1bcaf54e47323b498ba032b338f8db9389d | |
| parent | 3b730eeaa626c66ca38e66f4046e51e21d8a2204 (diff) | |
add artifact on appveyor
| -rw-r--r-- | .appveyor.yml | 6 |
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 |
