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
181 B
YAML
Raw Normal View History

2020-05-22 05:02:34 +00:00
stages:
- build
- deploy
variables:
VERSION: "0.59.1"
2020-05-22 06:55:34 +00:00
DISTRO: "buster"
2020-05-22 05:02:34 +00:00
before_script:
- env|sort
- pwd
2020-05-22 05:13:03 +00:00
include:
- .gitlab-deb-x86_64.yml
- .gitlab-deb-armv7l.yml