Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marc Coiffier
BHR
Commits
97322b80
Commit
97322b80
authored
Aug 20, 2018
by
Marc Coiffier
Browse files
Create per-OS named packages when deploying
parent
a0f8ef1f
Changes
2
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
97322b80
...
...
@@ -57,7 +57,7 @@ script:
deploy
:
provider
:
releases
api_key
:
$GITHUB_API_KEY
file
:
curly.tar.xz
file
:
curly
-$TRAVIS_OS_NAME
.tar.xz
skip_cleanup
:
true
on
:
tags
:
true
...
...
scripts/ci/build-package.sh
View file @
97322b80
...
...
@@ -12,5 +12,5 @@ for exe; do
cp
-r
bin/
$exe
share/
*
/
$exe
-
*
/
*
"
$tmp
/
$full
"
tar
-C
"
$tmp
"
-c
.
rm
-r
"
$tmp
"
)
| xz
>
"
$exe
.tar.xz"
)
| xz
>
"
$exe
-
$TRAVIS_OS_NAME
.tar.xz"
done
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment