Skip to content

Commit

Permalink
Merge pull request #54 from clojerl/latest.clojerl.version.build.fail…
Browse files Browse the repository at this point in the history
…s.to.start

Latest clojerl version build fails to start
  • Loading branch information
jfacorro authored May 20, 2018
2 parents 8db304c + 8a90f3f commit 6cbb080
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ DOCKER_REPO := jfacorro/try_clojerl
DOCKER_TAG := $(shell git describe --tags --always 2>/dev/null || echo 0)

all:
@ rebar3 compile
@ rebar3 clojerl compile

repl: all
repl:
@ rebar3 clojerl repl --apps try_clojerl

clean:
@ rm -rf _build rebar.lock

release: all
@ rebar3 as prod release
release:
@ rebar3 as prod clojerl release

docker-build: clean
@ docker run -i \
Expand Down
6 changes: 1 addition & 5 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
}.

{ plugins
, [ {'rebar3_clojerl', ".*", {git, "https://github.com/clojerl/rebar3_clojerl", {branch, "0.3.0"}}}
, [ {'rebar3_clojerl', ".*", {git, "https://github.com/clojerl/rebar3_clojerl", {branch, "0.4.0"}}}
]
}.

Expand All @@ -24,10 +24,6 @@
]
}.

{ provider_hooks
, [{post, [{compile, {clojerl, compile}}]}]
}.

{ profiles
, [ { prod
, [ {relx, [{dev_mode, false}, {include_erts, true}]}
Expand Down

0 comments on commit 6cbb080

Please sign in to comment.