-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhie.yaml
More file actions
17 lines (16 loc) · 734 Bytes
/
hie.yaml
File metadata and controls
17 lines (16 loc) · 734 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
cradle:
multi:
- path: "./Math/Test/"
config: { cradle: {stack: { component: "cifl-math-library:test:doctests" }}}
- path: "./"
config: { cradle: {stack: { component: "cifl-math-library:lib" }}}
- path: "./Math/Tools/Test/"
config: { cradle: {stack: { component: "cifl-math-library:test:unit-tests" }}}
- path: "./Math/Matrix/Test/"
config: { cradle: {stack: { component: "cifl-math-library:test:unit-tests" }}}
- path: "./Math/Number/Test/"
config: { cradle: {stack: { component: "cifl-math-library:test:unit-tests" }}}
- path: "./GUI/"
config: { cradle: {stack: { component: "cifl-math-library:exe:mathgui" }}}
- path: "./Server/"
config: { cradle: {none: }}