-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconveyor.conf
38 lines (32 loc) · 995 Bytes
/
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
include required("/stdlib/flutter/flutter.conf")
// Importing the version from pubspec.yaml requires installing the "yq" tool.
pubspec {
include required("#!yq -o json pubspec.yaml")
}
app {
version = ${pubspec.version}
display-name = Flutter Demo
fsname = flutter-demo
license = MIT
// Generating a simple icon based on a small two letter label.
icons = {
label = FD
gradient = "aqua;navy"
}
contact-email = "contact@hydraulic.software"
rdns-name = dev.hydraulic.samples.FlutterDemo
vendor = Hydraulic
vcs-url = "https://github.com/leo-hydraulic/flutter-demo"
site {
github {
oauth-token = ${env.GITHUB_TOKEN}
pages-branch = "gh-pages"
}
}
windows.amd64.inputs += artifacts/windows
linux.amd64.inputs += artifacts/build-linux-amd64.tar
mac.amd64.inputs += artifacts/build-macos-amd64.tar
mac.aarch64.inputs += artifacts/build-macos-aarch64.tar
site.consistency-checks = warn
}
conveyor.compatibility-level = 9