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-qico/.gitlab-ci.yml

16 lines
183 B
YAML

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