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

fetch a specific version of rebar in the makefile #11

Open
hyperthunk opened this issue Nov 9, 2012 · 0 comments
Open

fetch a specific version of rebar in the makefile #11

hyperthunk opened this issue Nov 9, 2012 · 0 comments
Assignees

Comments

@hyperthunk
Copy link
Owner

especially useful for travis, where we do not control the version of rebar used; works nicely in SysTest:

REBAR=bin/rebar

compile: $(REBAR)
    $(REBAR) get-deps compile -v $(LOGLEVEL)


bin/%:
    mkdir -p deps
    mkdir -p bin
    git clone -b systest https://github.com/$*/$*.git deps/$*
    PATH="bin:${PATH}" $(MAKE) -C deps/$*
    cp deps/$*/$* bin/$*
@ghost ghost assigned hyperthunk Nov 9, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant