Ensure $DEST directory is created and CI Jobs pass

* Add a .gitreview file
* Add a bindep file for go tools
* "build" target should depend on "work" target to be sure
  that on a fresh machine, the correct symlinks are created.

Change-Id: I3351067b8fad32f9874ea58d11da298094a2932a
This commit is contained in:
Davanum Srinivas 2017-03-22 22:06:36 -04:00
parent 36164b0ccf
commit 636cbc9909
3 changed files with 10 additions and 1 deletions

4
.gitreview Normal file
View File

@ -0,0 +1,4 @@
[gerrit]
host=review.openstack.org
port=29418
project=openstack/docker-machine-openstack.git

View File

@ -23,7 +23,7 @@ depend: work
depend-update: work
cd $(DEST) && glide update
build:
build: work
cd $(DEST) && go build
test: unit functional

5
bindep.txt Normal file
View File

@ -0,0 +1,5 @@
pkg-config
build-essential
golang-go
golint
make