Skip to content
This repository has been archived by the owner on Jan 21, 2019. It is now read-only.

Commit

Permalink
Added build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Xumeiquer committed Jul 16, 2017
1 parent 32172b6 commit b68198f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@
test/
build/
dev/
build.sh
10 changes: 10 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/bash

## Build line
docker run --rm -it \
-v "$PWD"/build:/go/src/github.com/Yara-Rules/yago/build \
-v "$PWD":/go/src/github.com/Yara-Rules/yago \
-w /go/src/github.com/Yara-Rules/yago \
go-builder \
bash godep.sh

0 comments on commit b68198f

Please sign in to comment.