Skip to content

Commit

Permalink
dialyzer plt apps.
Browse files Browse the repository at this point in the history
  • Loading branch information
shortishly committed Apr 25, 2016
1 parent 4c277b3 commit 5a51734
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
image: reg001.local:5000/shortishly/erlang-docker

before_script:
- git config --global url.http://gitlab.dev.sunninghill.org/shortishly.insteadOf https://github.com/shortishly
types:
- build

Expand Down
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,11 @@
#
PROJECT = any
TEST_DEPS = triq

PLT_APPS = \
compiler \
crypto \
hipe \
syntax_tools

include erlang.mk

0 comments on commit 5a51734

Please sign in to comment.