add ci dependencies
This commit is contained in:
parent
a4cd635550
commit
c9efa548dd
2 changed files with 3 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
|||
/wireguard-gui
|
||||
/build
|
||||
/docker
|
||||
|
|
|
|||
|
|
@ -13,14 +13,13 @@ variables:
|
|||
|
||||
steps:
|
||||
"Add vendor":
|
||||
image: *golang_image
|
||||
image: golang:1.22
|
||||
commands:
|
||||
- go mod vendor
|
||||
|
||||
"Run build":
|
||||
image: *golang_image
|
||||
image: deblan/golang-wireguardgui:1.22
|
||||
commands:
|
||||
- apt-get update && apt-get install golang gcc libgl1-mesa-dev xorg-dev -y
|
||||
- make
|
||||
|
||||
"Create packages":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue