Merge pull request #9568 from vector-im/dbkr/buildkite_cd

Add package step to buildkite pipeline
pull/9577/head
David Baker 2019-04-26 14:43:43 +01:00 committed by GitHub
commit ae62a46a97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

View File

@ -31,3 +31,16 @@ steps:
- docker#v3.0.1:
image: "node:10"
propagate-environment: true
- label: ":hammer: package"
command:
- "echo '--- Fetching Dependencies'"
- "./scripts/fetch-develop.deps.sh --depth 1"
- "yarn install"
- "echo '+++ Packaging'"
- "./scripts/ci_package.sh"
branches: "develop"
artifact_paths: "dist/riot-*.tar.gz"
plugins:
- docker#v3.0.1:
image: "node:10"