pvc/.gitlab-ci.yml

17 lines
252 B
YAML

stages:
- build
- deploy
build:
stage: build
before_script:
- git submodule update --init
script:
- /usr/local/bin/build-package 0.2
- /usr/local/bin/deploy-package
artifacts:
paths:
- "*.deb"
only:
- master