Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
haoqu.ma
/
gotty
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit db45d0fe
authored
Oct 18, 2015
by
Iwasaki Yudai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Generates tar balls on release
1 parent
84f098fe
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
wercker.yml
wercker.yml
View file @
db45d0f
...
...
@@ -16,12 +16,6 @@ build:
name
:
cross compile
code
:
make cross_compile OUTPUT_DIR=$WERCKER_OUTPUT_DIR
-
script
:
name
:
targz
code
:
make targz OUTPUT_DIR=$WERCKER_OUTPUT_DIR
-
script
:
name
:
shasums
code
:
make shasums OUTPUT_DIR=$WERCKER_OUTPUT_DIR
-
script
:
name
:
store Makefile
code
:
cp Makefile $WERCKER_OUTPUT_DIR/
...
...
@@ -31,5 +25,11 @@ deploy:
name
:
tools
code
:
make tools
-
script
:
name
:
targz
code
:
make targz OUTPUT_DIR=.
-
script
:
name
:
shasums
code
:
make shasums OUTPUT_DIR=.
-
script
:
name
:
release
code
:
make release OUTPUT_DIR=.
Write
Preview
Markdown
is supported
Attach a file
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 post a comment