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

Merge branch 'master' of https://github.com/keystone-engine/beta

parents cdad0e10 1eb786e0
No related branches found
No related tags found
No related merge requests found
......@@ -12,3 +12,22 @@ build_script:
- ..\nmake-dll.bat
- ..\nmake-lib.bat
after_build:
- 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: All Windows binaries
- 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
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