Skip to content

Commit

Permalink
make rebar3 build examples in test prof (#2)
Browse files Browse the repository at this point in the history
run rebar3 eunit in travis

By adding a `test` profile that at least compiles the `examples` code, CI is improved a bit more.
  • Loading branch information
uwiger authored and fenollp committed Jul 13, 2018
1 parent 54f18d1 commit 4121251
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 33 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ otp_release:
- 20.3
- 19.3
- 18.3
- 17.5
script:
- rebar3 compile
- rebar3 eunit
notifications:
email:
on_success: never
30 changes: 0 additions & 30 deletions examples/Makefile

This file was deleted.

7 changes: 6 additions & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,10 @@
{top_level_readme,
{"./README.md",
"http://github.com/uwiger/parse_trans"}}]}
]}
]},
{test,
[
{extra_src_dirs, ["examples"]}
]
}
]}.

0 comments on commit 4121251

Please sign in to comment.