This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
deb-binkd/.gitlab-ci.yml

16 lines
185 B
YAML

stages:
- build
- deploy
variables:
VERSION: "1.1a-115"
DISTRO: "bullseye"
before_script:
- env|sort
- pwd
include:
- .gitlab-deb-x86_64.yml
- .gitlab-deb-armv7l.yml