Skip to content

Commit

Permalink
Generates tar balls on release
Browse files Browse the repository at this point in the history
  • Loading branch information
yudai committed Oct 18, 2015
1 parent 84f098f commit db45d0f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions wercker.yml
Expand Up @@ -15,12 +15,6 @@ build:
- script:
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/
Expand All @@ -30,6 +24,12 @@ deploy:
- script:
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=.

0 comments on commit db45d0f

Please sign in to comment.