-
Notifications
You must be signed in to change notification settings - Fork 2
/
conveyor.conf
66 lines (54 loc) · 1.52 KB
/
conveyor.conf
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
include "#!./gradlew -q printConveyorConfig"
include "conveyor-local.conf"
app {
fsname = alchitry-labs
vendor = Alchitry
display-name = Alchitry Labs
vcs-url = github.com/alchitry/Alchitry-Labs-V2
license = "GPL-3.0-only"
description = "Write, build, and load projects for Alchitry FPGA development boards"
contact-email = "[email protected]"
rdns-name = com.alchitry.labs2
icons = "icons/preview_icon.svg"
machines = [windows.amd64, linux.amd64.glibc, mac.amd64, mac.aarch64]
linux {
root-inputs += install/99-alchitry.rules -> /etc/udev/rules.d/99-alchitry.rules
symlinks += ${app.linux.prefix}/bin/alchitry -> ${app.linux.install-path}/bin/alchitry
amd64.inputs += {
from = "tools/linux/x64"
to = "/"
}
}
windows.amd64.inputs += {
from = "tools/windows/x64"
to = "/"
}
mac {
info-plist {
LSMinimumSystemVersion = 13.5.0
}
amd64.inputs += {
from = "tools/mac/x64"
to = "/"
}
aarch64.inputs += {
from = "tools/mac/arm"
to = "/"
}
}
jvm {
cli {
alchitry {
main-class = com.alchitry.labs2.CLIKt
}
}
}
site {
github {
// oauth-token = ${env.GITHUB_TOKEN} // set in conveyor-local.conf
pages-branch = "gh-pages"
}
}
}
conveyor.compatibility-level = 12
//app.site.consistency-checks = warn