-
-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathdub.sdl
More file actions
20 lines (18 loc) · 611 Bytes
/
dub.sdl
File metadata and controls
20 lines (18 loc) · 611 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
name "dlang-bot"
description "dlang-bot for automated bugzilla, github, and trello references"
copyright "Copyright © 2015, Martin Nowak"
authors "Martin Nowak"
dependency "vibe-d" version="~>0.9.0"
dependency "ae:sqlite" version="==0.0.3228"
dependency "vibe-d:tls" version="*"
dependency "ae" version="==0.0.3228"
targetType "executable"
configuration "executable" {
}
configuration "unittest" {
dependency "unit-threaded" version="~>1.0"
mainSourceFile "ut.d"
preBuildCommands "dub run unit-threaded -c gen_ut_main -- -f ut.d"
sourcePaths "source" "test"
importPaths "source" "test"
}