Skip to content

Commit

Permalink
add build script
Browse files Browse the repository at this point in the history
  • Loading branch information
bcwaldon committed Aug 22, 2014
1 parent a5c9c27 commit 0b19c1c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bin/systemd-docker
4 changes: 4 additions & 0 deletions build
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash -e

echo "Building systemd-docker..."
godep go build -o bin/systemd-docker .

0 comments on commit 0b19c1c

Please sign in to comment.