-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstanza.proj
41 lines (36 loc) · 892 Bytes
/
stanza.proj
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
36
37
38
39
40
41
include? ".slm/stanza.proj"
pkg-cache: ".slm/pkg-cache"
packages slm/* defined-in "src/"
packages slm/tests/* defined-in "tests/"
build main:
supported-vm-packages:
curl
libarchive
libgit2
json
inputs: slm/main
pkg: ".slm/pkgs"
o: "slm"
build-test test:
inputs:
slm/tests/git-utils
slm/tests/libgit2
slm/tests/string-utils
slm/tests/utils
slm/tests/toml
slm/tests/task
slm/tests/commands/add
slm/tests/commands/add-task
slm/tests/commands/remove
slm/tests/conan-utils
slm/tests/process-utils
;slm/tests/file-utils
pkg: ".slm/test-pkgs"
o: "slm-test"
; note that these online tests are very dependent on the platform used
; and what packages and revisions the server has available
build-test test-conan-utils-online:
inputs:
slm/tests/conan-utils-online
pkg: "test-pkgs"
o: "test-conan-utils-online"