Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Keystone
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Third Party Mirrors
Keystone
Commits
eceec92d
Commit
eceec92d
authored
8 years ago
by
Nguyen Anh Quynh
Browse files
Options
Downloads
Patches
Plain Diff
appveryor: better names & directory for zip file
parent
24d0ffb9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.appveyor.yml
+9
-6
9 additions, 6 deletions
.appveyor.yml
with
9 additions
and
6 deletions
.appveyor.yml
+
9
−
6
View file @
eceec92d
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment