1
0
mirror of https://github.com/taigrr/yq synced 2025-01-18 04:53:17 -08:00

Release task now clears build directory first

This commit is contained in:
Mike Farah 2015-10-13 21:34:40 +11:00
parent 3dee7b89d2
commit 001925a4d4

View File

@ -3,5 +3,6 @@
# This assumes that gonative and gox is installed as per the 'one time setup' instructions
# at https://github.com/inconshreveable/gonative
rm build/*
gox -output="build/{{.Dir}}_{{.OS}}_{{.Arch}}"