Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add examples directory and a simple Makefile for possible CI inclusion #9

Merged
merged 1 commit into from
Nov 13, 2014

Conversation

makyo
Copy link
Contributor

@makyo makyo commented Nov 13, 2014

No description provided.

@makyo
Copy link
Contributor Author

makyo commented Nov 13, 2014

QA

  • Ensure make targets work as expected
  • Ensure that examples/generatesvg.go works against the provided bundles.

.PHONY: deps
deps:
$(GOPATH)/bin/godeps -u dependencies.tsv

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about adding a create-deps?

@bac
Copy link

bac commented Nov 13, 2014

👍 with suggestions. QA was good. Thanks!


# Start of GOPATH-dependent targets. Some targets only make sense -
# and will only work - when this tree is found on the GOPATH.
ifeq ($(CURDIR),$(PROJECT_DIR))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

interesting

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mitechie cribbed from juju/charmstore

@mitechie
Copy link
Contributor

👍 ty for the update with one comment.

Flesh out make targets, update readme with command.

Extra whitespace removed

Add help to .PHONY

Flesh out README to be more copy-pastable
@makyo
Copy link
Contributor Author

makyo commented Nov 13, 2014

Thanks for the reviews!

makyo added a commit that referenced this pull request Nov 13, 2014
Add examples directory and a simple Makefile for possible CI inclusion
@makyo makyo merged commit 043a2c1 into juju:master Nov 13, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants