forked from kasyaar/gaucho
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathebt.config
More file actions
31 lines (31 loc) · 855 Bytes
/
ebt.config
File metadata and controls
31 lines (31 loc) · 855 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{define, version, {shell, "printf '0.3.0.%d' $BUILD_NUMBER"}}.
{profiles, [
{default, [
{subdirs, ["gaucho", "gaucho_test"]},
{prepare, [clean, depends]},
{perform, []}
]},
{prod, [
{subdirs, ["gaucho"]},
{prepare, [clean, depends]},
{perform, []}
]},
{test, [
{subdirs, ["gaucho", "gaucho_test"]},
{prepare, [depends]},
{perform, []}
]}
]}.
{depends, [
{dir, "./lib"},
{repositories, [
{"http://erlang-build-tool.googlecode.com/files", [
{erlandox, "1.0.5"},
{ranch, "0.8.3"},
{cowboy, "0.8.5"},
{jiffy, "0.8.3"},
{xl_json, "1.2.1.331"},
{xl_stdlib, "1.2.1.331"},
{xl_io, "1.2.1.331"}
]}]}
]}.