Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-23 | Ensure apps eunit tests only run once when called directly | Loïc Hoguin | |
2018-11-23 | Allow overriding APPS_DIR/DEPS_DIR in apps | Loïc Hoguin | |
2018-11-23 | Add eunit test with apps where one include_lib another | Roger Lipscombe | |
2018-11-23 | Reorder the test-dir options to make it more like compile_erl | Loïc Hoguin | |
2018-11-23 | Ensure apps have APPS_DIR and DEPS_DIR defined | Loïc Hoguin | |
So they can use include files and other from other apps when they're built directly, and that they use the same deps directory. | |||
2018-11-23 | Remove an unnecessary test message | Loïc Hoguin | |
2018-11-23 | Allow keeping the CT logs on distclean | Loïc Hoguin | |
This is useful for CI scenarios. | |||
2018-11-22 | Use 'Noninteractive' frontend in Dockerfile | Roger Lipscombe | |
Otherwise it stops to ask what timezone you want to use. | |||
2018-11-22 | Add relx-post-rel hook | Oleg Nemanov | |
This hook can be used, for example, to copy additional files to release before it is tared by relx. | |||
2018-09-12 | Append -native to ERLANG_HIPE installations | Loïc Hoguin | |
2018-09-12 | Prevent kerl from being deleted uncorrectly | Loïc Hoguin | |
2018-09-12 | Hide asciidoc-manual commands | Loïc Hoguin | |
2018-08-01 | Filter out the old OTP versions from LATEST_ERLANG_OTP | Loïc Hoguin | |
2018-07-05 | Document ERLANG_MK_REPO and ERLANG_MK_COMMIT | Krzysztof Jurewicz | |
2018-07-05 | Swallow warnings when creating a PLT | Krzysztof Jurewicz | |
2018-07-05 | Add experimental auto-reloading of code for releases | Loïc Hoguin | |
2018-06-27 | Add a missing IS_DEPS=1 for docs deps | Loïc Hoguin | |
2018-06-25 | Update Relx | Loïc Hoguin | |
2018-06-21 | Update bcrypt repository2018.06.21 | Benjamin Bergia | |
2018-06-21 | Fix ci for NIFs, env.mk must be removed between versions | Loïc Hoguin | |
2018-06-21 | Add the version fetched to the DEP line | Loïc Hoguin | |
Also add a missing space character. | |||
2018-06-04 | Add basic documentation for Triq plugin | Krzysztof Jurewicz | |
This is based on the documentation of the EUnit plugin. | |||
2018-06-04 | Update triq urls | Tuncer Ayaz | |
2018-05-31 | Add $(TEST_DIR) to the default value of SHELL_PATHS | Krzysztof Jurewicz | |
2018-05-20 | Update Relx to v3.24.5 | Loïc Hoguin | |
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. | |||
2018-05-15 | Don't use release candidates when LATEST_ERLANG_OTP=12018.05.15 | Loïc Hoguin | |
2018-05-14 | Replace the imagejs test with lz4 | Loïc Hoguin | |
2018-05-14 | Display the version fetched of dependencies | Loïc Hoguin | |
It's cheap, can be useful to detect issues, so why not? | |||
2018-05-14 | Make some of the new tests more quiet | Loïc Hoguin | |
2018-05-14 | Don't list test cases manually anymore | Loïc Hoguin | |
2018-05-14 | Small tweaks to previous PR | Loïc Hoguin | |
2018-05-14 | Update to support Windows | Stanislav Ovchar | |
2018-05-14 | Update makedep.erl to ignore hrl loops | Stanislav Ovchar | |
2018-05-14 | Add test with include loop | Stanislav Ovchar | |
2018-05-14 | Fix #757: recompile erl if hrl from another app was updated | Stanislav Ovchar | |
2018-05-14 | Add tests include_lib tests for deps | Stanislav Ovchar | |
2018-05-14 | Add tests when .hrl files are in src | Stanislav Ovchar | |
2018-05-14 | Add core-app-hlr test to verify recursive inculde_lib between apps | Stanislav Ovchar | |
2018-05-14 | Add core-app-hlr test to verify inlude_lib between apps | Stanislav Ovchar | |
2018-05-14 | Add core-app simple test for hlr with -include_lib | Stanislav Ovchar | |
2018-05-14 | Document PROJECT_ENV usage with/without file | Alexander Clouter | |
LH: I have added the example without a separate file and tweaked the wording a bit. | |||
2018-05-14 | Add undocumented option DIALYZER_PLT_OPTS | Loïc Hoguin | |
To be used as a workaround to enable --no_native when there are issues with distro packages. | |||
2018-05-14 | Add the test directory in the list of paths for proper | Loïc Hoguin | |
2018-05-14 | Don't run cover when there's no ebin files in the directory | Loïc Hoguin | |
2018-05-14 | list templates on seperate lines | Mads Flensted-Urech | |
2018-05-14 | Fix use of templates from plugins in apps layout | Loïc Hoguin | |
2018-05-10 | Use --always in git describe | Loïc Hoguin | |
[ci skip] | |||
2018-05-07 | Escape double quotes when passing ERLC_OPTS during tests | Loïc Hoguin | |
2018-05-02 | Add LATEST_ERLANG_OTP=1 to automatically select the latest build | Loïc Hoguin | |
I need this for CI because I want to run Dialyzer only against the most recent OTP after tests have passed everywhere. Left undocumented for now. [ci skip] | |||
2018-04-25 | Add package otpbp to the index | Loïc Hoguin | |