Skip to content
Snippets Groups Projects
Commit eceec92d authored by Nguyen Anh Quynh's avatar Nguyen Anh Quynh
Browse files

appveryor: better names & directory for zip file

parent 24d0ffb9
No related branches found
No related tags found
No related merge requests found
......@@ -13,21 +13,24 @@ build_script:
- ..\nmake-lib.bat
after_build:
- mkdir zip
- copy llvm\bin\keystone.dll zip
- copy llvm\lib\keystone.lib zip
- copy kstool\kstool.exe zip
- 7z a keystone-windows-latest.zip zip\*
- mkdir keystone-windows-latest
- copy llvm\bin\keystone.dll keystone-windows-latest
- copy llvm\lib\keystone.lib keystone-windows-latest
- copy kstool\kstool.exe keystone-windows-latest
- 7z a keystone-windows-latest.zip keystone-windows-latest\*
artifacts:
- path: build\keystone-windows-latest.zip
name: keystone-windows-latest.zip
name: All Windows binaries
- path: build\llvm\bin\keystone.dll
name: keystone.dll
type: DLL
- path: build\llvm\lib\keystone.lib
name: keystone.lib
type: LIB
- path: build\kstool\kstool.exe
name: kstool.exe
type: EXE
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment