2018-06-21 12:20:53 -04:00
|
|
|
stages:
|
|
|
|
- build
|
|
|
|
- deploy
|
|
|
|
|
|
|
|
build:
|
|
|
|
stage: build
|
|
|
|
before_script:
|
|
|
|
- git submodule update --init
|
|
|
|
script:
|
2018-06-21 20:23:40 -04:00
|
|
|
- /usr/local/bin/build-package 0.1
|
2018-06-23 15:26:27 -04:00
|
|
|
- /usr/local/bin/deploy-package
|
2018-06-21 12:20:53 -04:00
|
|
|
artifacts:
|
|
|
|
paths:
|
2018-06-23 16:25:25 -04:00
|
|
|
- "*.deb"
|
2018-06-21 12:20:53 -04:00
|
|
|
only:
|
|
|
|
- master
|