aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-11-04 11:41:31 +0200
committerLoïc Hoguin <[email protected]>2016-11-04 11:41:31 +0200
commit8e6d0f462850a90bd8a60995f52027839288d038 (patch)
tree05fc21db6ceb6524e198c04534b9ca72cbbe6bdf /Makefile
parent7b0be1d6e2070a187a7e439c82c00e9aca977103 (diff)
downloadcowlib-8e6d0f462850a90bd8a60995f52027839288d038.tar.gz
cowlib-8e6d0f462850a90bd8a60995f52027839288d038.tar.bz2
cowlib-8e6d0f462850a90bd8a60995f52027839288d038.zip
Run perfs in CI
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c0ca0a3..d1d8540 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ DIALYZER_OPTS = -Werror_handling -Wunmatched_returns
CI_OTP ?= OTP-18.0.3 OTP-18.1.5 OTP-18.2.4.1 OTP-18.3.4.4 OTP-19.0.7 OTP-19.1.5
CI_HIPE ?= OTP-19.1.5
-CI_HIPE_LLVM ?= $(CI_HIPE)
+CI_ERLLVM ?= $(CI_HIPE)
TEST_ERLC_OPTS += +'{parse_transform, eunit_autoexport}' +'{parse_transform, horse_autoexport}'
TEST_DEPS = horse triq
@@ -55,6 +55,8 @@ ifeq ($(MAKECMDGOALS),perfs)
.NOTPARALLEL:
endif
+ci-extra:: perfs
+
perfs: test-build
$(gen_verbose) erl -noshell -pa ebin deps/horse/ebin \
-eval 'horse:app_perf($(PROJECT)), erlang:halt().'