Skip to content

Commit

Permalink
Update bindata
Browse files Browse the repository at this point in the history
  • Loading branch information
rdsubhas committed Nov 27, 2016
1 parent 89095fa commit 3d20a96
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/cross-compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ for dep in $deps; do
done

# Compile bindata
go-bindata -o core/bindata.go -pkg core tmp/
go-bindata -o core/bindata.go -nometadata -pkg core tmp/

# Cross compile
gox \
Expand Down
2 changes: 1 addition & 1 deletion core/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions myke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ tasks:
test:
desc: run as myke test (or) myke myke/test
cmd: ginkgo -r
package:
cmd: cross-compile.sh
before:
- test

0 comments on commit 3d20a96

Please sign in to comment.