mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 01:05:42 +03:00
Try running packager with buildkite
This commit is contained in:
parent
cc5911b4aa
commit
093d30121d
1 changed files with 13 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue