mirror of
https://github.com/sist2app/sist2.git
synced 2025-05-11 12:25:54 +02:00
Fix CI build attempt 5
This commit is contained in:
parent
0e946092eb
commit
d41266e136
2 changed files with 12 additions and 2 deletions
12
.drone.yml
12
.drone.yml
|
@ -22,8 +22,14 @@ steps:
|
|||
when:
|
||||
event:
|
||||
- tag
|
||||
- name: submodules
|
||||
image: alpine/git
|
||||
commands:
|
||||
- git submodule update --init --recursive
|
||||
- name: build
|
||||
image: sist2app/sist2-build
|
||||
depends_on:
|
||||
- submodules
|
||||
commands:
|
||||
- ./scripts/build.sh
|
||||
- name: scp files
|
||||
|
@ -69,8 +75,14 @@ steps:
|
|||
when:
|
||||
event:
|
||||
- tag
|
||||
- name: submodules
|
||||
image: alpine/git
|
||||
commands:
|
||||
- git submodule update --init --recursive
|
||||
- name: build
|
||||
image: sist2app/sist2-build-arm64
|
||||
depends_on:
|
||||
- submodules
|
||||
commands:
|
||||
- ./scripts/build_arm64.sh
|
||||
- name: scp files
|
||||
|
|
|
@ -2,8 +2,6 @@
|
|||
|
||||
VCPKG_ROOT="/vcpkg"
|
||||
|
||||
git submodule update --init --recursive
|
||||
|
||||
(
|
||||
cd sist2-vue/
|
||||
npm install
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue