mirror of
https://framagit.org/ppom/reaction
synced 2026-03-14 12:45:47 +01:00
15 lines
296 B
YAML
15 lines
296 B
YAML
---
|
|
image: golang:1.20-bookworm
|
|
stages:
|
|
- build
|
|
|
|
variables:
|
|
DEBIAN_FRONTEND: noninteractive
|
|
|
|
test_building:
|
|
stage: build
|
|
before_script:
|
|
- apt-get -qq -y update
|
|
- apt-get -qq -y install build-essential devscripts debhelper quilt wget
|
|
script:
|
|
- make reaction ip46tables nft46
|