diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml index 8b658be0b..5f64eb0ab 100644 --- a/.buildkite/pipeline.yaml +++ b/.buildkite/pipeline.yaml @@ -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: "travis/test-build" + artifact_paths: "dist/riot-*.tar.gz" + plugins: + - docker#v3.0.1: + image: "node:10"