Build the static assets prior to release
continuous-integration/drone the build canceled
Details
continuous-integration/drone the build canceled
Details
This commit is contained in:
parent
d8f96895e6
commit
33b3bd8e49
|
@ -12,6 +12,14 @@ matrix:
|
|||
tag: v*
|
||||
|
||||
pipeline:
|
||||
buildAssets:
|
||||
when: *when
|
||||
|
||||
image: "node:17.8.0-alpine3.14"
|
||||
commands:
|
||||
- cd quickpeep_static
|
||||
- yarn build
|
||||
|
||||
buildRelease:
|
||||
when: *when
|
||||
|
||||
|
@ -26,6 +34,8 @@ pipeline:
|
|||
- cargo install --path quickpeep_raker --bins --root dist
|
||||
- cargo install --path quickpeep_indexer --bins --root dist
|
||||
- cp -r scripts dist/
|
||||
- mkdir dist/static
|
||||
- cp -r quickpeep_static/dist/* dist/static
|
||||
- "mv dist quickpeep-$qualsuff"
|
||||
- "tar Jcvf quickpeep-$qualsuff.tar.xz quickpeep-$qualsuff"
|
||||
|
||||
|
|
Loading…
Reference in New Issue