Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
Also don't run eunit if there's no src/test directory.
|
|
|
|
|
|
|
|
|
|
So they can use include files and other from other apps
when they're built directly, and that they use the same
deps directory.
|
|
|
|
This is useful for CI scenarios.
|
|
Otherwise it stops to ask what timezone you want to use.
|
|
This hook can be used, for example, to copy additional
files to release before it is tared by relx.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also add a missing space character.
|
|
This is based on the documentation of the EUnit plugin.
|
|
|
|
|
|
I've built and uploaded the newest Relx to https://erlang.mk
Next time this is necessary I should add a Makefile target to
do it automatically.
|
|
|
|
|
|
It's cheap, can be useful to detect issues, so why not?
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
LH: I have added the example without a separate file and
tweaked the wording a bit.
|
|
To be used as a workaround to enable --no_native when
there are issues with distro packages.
|
|
|