juju / theblues

Python library for the juju charmstore (v4)
GNU Lesser General Public License v3.0
5 stars 22 forks source link

Update Makefile to work on clean trusty machine. #40

Closed bac closed 8 years ago

jujugui commented 8 years ago

Test PASSed. Refer to this link for build results (access rights to CI server needed): http://ci.jujugui.org:8080//job/theblues-lib/146/ Test PASSed.

bac commented 8 years ago

On a new trusty machine, make check does not work out-of-the-box due to missing system dependencies.

To see this, in a new trusty lxd grab the current master and run:

make check

💣

With this branch run:

make sysdeps check

🍗

kadams54 commented 8 years ago

QA is :ok: on a clean trusty VM and code looks :+1: to me. Thanks @bac!

bac commented 8 years ago

:shipit:

jujugui commented 8 years ago

Status: merge request accepted. Url: http://ci.jujugui.org:8080/job/theblues-lib-merge