From db45d0febc597e32be8357e2be650d7589ef3887 Mon Sep 17 00:00:00 2001 From: Iwasaki Yudai Date: Sun, 18 Oct 2015 11:57:30 +0900 Subject: [PATCH] Generates tar balls on release --- wercker.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/wercker.yml b/wercker.yml index cf88ca5..d8ed29a 100644 --- a/wercker.yml +++ b/wercker.yml @@ -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/ @@ -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=.