forked from tdakhran/razer-ctl
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.goreleaser.yaml
More file actions
45 lines (38 loc) · 775 Bytes
/
Copy path.goreleaser.yaml
File metadata and controls
45 lines (38 loc) · 775 Bytes
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
version: 2
project_name: bhelper
env:
- CFLAGS=-isystem /usr/include
- PKG_CONFIG_ALLOW_CROSS=1
before:
hooks:
- rustup default stable
- cargo install --locked cargo-zigbuild
- cargo fetch --locked
builds:
- id: "bhelper"
binary: bhelper
builder: rust
flags:
- --release
- --package=bhelper
# - --features=self_update
targets:
- x86_64-unknown-linux-gnu
- x86_64-pc-windows-gnu
archives:
- formats: ["tar.gz"]
format_overrides:
- goos: windows
formats: ["zip"]
files:
- none*
name_template: >-
{{ .ProjectName }}-{{ .Target }}
ids:
- bhelper
changelog:
disable: true
release:
footer: >-
---
Released by [GoReleaser](https://goreleaser.com)