-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy path.bgo.yml
44 lines (41 loc) · 1.23 KB
/
.bgo.yml
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
app:
bgo:
build:
os: [ darwin,linux,windows ]
arch: [ amd64,arm64,"386" ]
projects:
000-default-group:
items:
fluent:
name: fluent
dir: examples/fluent
package: github.com/hedzr/cmdr/v2/examples/fluent
keep-workdir: true
010-examples-group:
disabled: true
items:
demo:
name: demo
dir: examples/demo
package: github.com/hedzr/cmdr/v2/examples/demo
keep-workdir: true
ffdemo:
name: ffdemo
dir: examples/ffdemo
package: github.com/hedzr/cmdr/v2/examples/ffdemo
keep-workdir: true
short:
name: short
dir: examples/short
package: github.com/hedzr/cmdr/v2/examples/short
keep-workdir: true
wget-demo:
name: wget-demo
dir: examples/wget-demo
package: github.com/hedzr/cmdr/v2/examples/wget-demo
keep-workdir: true
output:
dir: ./bin
named-as: '{{.AppName}}-{{.OS}}-{{.ARCH}}'
excludes: [ study*, test* ]
saved-as: .bgo.yml