Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-14 | Add experimental pinning of Erlang/OTP version | Loïc Hoguin | |
By defining the ERLANG_OTP or ERLANG_HIPE variable, you can let Erlang.mk manage which version of Erlang/OTP will be used for your project. It will build it if necessary, and will activate it automatically when make is invoked. | |||
2016-11-04 | Rename CI_HIPE_LLVM to CI_ERLLVM | Loïc Hoguin | |
Official name after all. | |||
2016-11-03 | Fix missing comma | Loïc Hoguin | |
Oops! [ci skip] | |||
2016-11-03 | Add experimental ErLLVM support in CI | Loïc Hoguin | |
The VM used to test LLVM built code is the --enable-native-libs one. | |||
2016-11-03 | Add experimental HiPE support in CI2016.11.03 | Loïc Hoguin | |
2016-10-25 | Use the ERLANG_MK_TMP variable in plugins/ci.mk | Loïc Hoguin | |
2016-10-25 | Fetch kerl with --depth 1 | Loïc Hoguin | |
We always want the most recent version and only this. | |||
2016-10-25 | Add KERL_MAKEFLAGS option | Loïc Hoguin | |
2016-10-25 | Fetch kerl using git | Loïc Hoguin | |
Safer than through insecure HTTPS. | |||
2016-10-25 | Add ci-prepare to .PHONY | Loïc Hoguin | |
2016-10-21 | Update Copyright notices2016.10.21 | Loïc Hoguin | |
2016-10-04 | Fix a small inconsistency when building for CI | Loïc Hoguin | |
We need to clean before attempting to wildcard ebin/test. To do that, we need to invoke "make clean" separately. | |||
2015-07-21 | Tweaks to the ci plugin after trying CircleCI | Loïc Hoguin | |
For best results use 'make -k ci'. 'make ci-prepare' can be used to setup the OTP installations needed. | |||
2015-07-04 | Add $(verbose) to avoid completely silencing commands | Loïc Hoguin | |
2015-05-15 | Replace make with $(MAKE) for BSD compatibility | Loïc Hoguin | |
2015-05-08 | Add ci plugin | Loïc Hoguin | |
The ci plugin allows testing your Erlang project across any number of Erlang versions. |