add ci dependencies

This commit is contained in:
Simon Vieille 2024-07-25 18:58:40 +02:00
commit c9efa548dd
2 changed files with 3 additions and 3 deletions

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
/wireguard-gui
/build
/docker

View file

@ -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":