Commit db45d0fe by Iwasaki Yudai

Generates tar balls on release

1 parent 84f098fe
Showing with 6 additions and 6 deletions
...@@ -16,12 +16,6 @@ build: ...@@ -16,12 +16,6 @@ build:
name: cross compile name: cross compile
code: make cross_compile OUTPUT_DIR=$WERCKER_OUTPUT_DIR code: make cross_compile OUTPUT_DIR=$WERCKER_OUTPUT_DIR
- script: - 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 name: store Makefile
code: cp Makefile $WERCKER_OUTPUT_DIR/ code: cp Makefile $WERCKER_OUTPUT_DIR/
...@@ -31,5 +25,11 @@ deploy: ...@@ -31,5 +25,11 @@ deploy:
name: tools name: tools
code: make tools code: make tools
- script: - script:
name: targz
code: make targz OUTPUT_DIR=.
- script:
name: shasums
code: make shasums OUTPUT_DIR=.
- script:
name: release name: release
code: make release OUTPUT_DIR=. code: make release OUTPUT_DIR=.
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!