File: rules

package info (click to toggle)
elixir-makeup-erlang 1.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 160 kB
  • sloc: makefile: 9
file content (18 lines) | stat: -rwxr-xr-x 334 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f
export DH_VERBOSE = 1
export ERL_COMPILER_OPTIONS=deterministic

%:
	dh $@

override_dh_auto_build:
	ERL_LIBS=/usr/lib/elixir/lib \
	MIX_ENV=prod \
		mix compile --no-deps-check
	dh_auto_build

# Disable at the moment
#override_dh_auto_test:
#	MIX_ENV=prod \
#		mix test --no-deps-check --no-compile
#	dh_auto_test