-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathfury
35 lines (29 loc) · 902 Bytes
/
fury
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
32
33
34
35
# This is a buildfile for Fury or Wrath.
# More information is available at: https://github.com/propensive/wrath/
repo propensive/eucalyptus
repo propensive/escritoire
repo propensive/chiaroscuro
repo propensive/gossamer
repo propensive/ambience
repo propensive/eucalyptus
repo propensive/wisteria
repo propensive/diuretic
target probably/test
project probably
module core
compiler scala
sources src/core
include gossamer/core chiaroscuro/core ambience/core probably/coverage turbulence/core eucalyptus/core
module cli
compiler scala
sources src/cli
include probably/core escritoire/core
module coverage
compiler scala
sources src/coverage
include gossamer/core dendrology/tree digression/core
module test
compiler scala
sources src/test
include probably/cli probably/core probably/coverage
main probably.Tests