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:
parent
36164b0ccf
commit
636cbc9909
4
.gitreview
Normal file
4
.gitreview
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
[gerrit]
|
||||||
|
host=review.openstack.org
|
||||||
|
port=29418
|
||||||
|
project=openstack/docker-machine-openstack.git
|
2
Makefile
2
Makefile
@ -23,7 +23,7 @@ depend: work
|
|||||||
depend-update: work
|
depend-update: work
|
||||||
cd $(DEST) && glide update
|
cd $(DEST) && glide update
|
||||||
|
|
||||||
build:
|
build: work
|
||||||
cd $(DEST) && go build
|
cd $(DEST) && go build
|
||||||
|
|
||||||
test: unit functional
|
test: unit functional
|
||||||
|
5
bindep.txt
Normal file
5
bindep.txt
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
pkg-config
|
||||||
|
build-essential
|
||||||
|
golang-go
|
||||||
|
golint
|
||||||
|
make
|
Loading…
Reference in New Issue
Block a user