appveyor: retain artifacts

This commit is contained in:
Nguyen Anh Quynh
2016-05-01 18:33:53 +08:00
parent 6997ea7aa8
commit 3530116362
+9
View File
@@ -12,3 +12,12 @@ build_script:
- ..\nmake-dll.bat
- ..\nmake-lib.bat
artifacts:
- path: build\llvm\bin\keystone.dll
name: keystone.dll
- path: build\llvm\lib\keystone.lib
name: keystone.lib
- path: build\kstool\kstool.exe
name: kstool.exe