summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndor Penzes <andor.penzes@gmail.com>2016-01-27 01:31:15 +0100
committerAndor Penzes <andor.penzes@gmail.com>2016-01-27 01:31:15 +0100
commit22d39bea7e429c8f25d1d283636165afae642a4e (patch)
tree267d7d7bb619f08b7023dcecec6a647d6ff33e7c /Makefile
parent6e631e6630517d8d0504ce1beac94c0f776c7344 (diff)
Remove profiling from travis build.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4ae63821..2ccb05a2 100644
--- a/Makefile
+++ b/Makefile
@@ -11,5 +11,8 @@ coverage:
11profile: 11profile:
12 ./run-test-suite.sh --profile 12 ./run-test-suite.sh --profile
13 13
14docker-profile:
15 docker run --rm -it -v `pwd`:/root/source/lambdacube-compiler lambdacube3d/lambdacube3d /bin/sh -c "/root/source/lambdacube-compiler/travis/profile.sh"
16
14hlint: 17hlint:
15 hlint -h tool/HLint.hs src test tool 18 hlint -h tool/HLint.hs src test tool