mirror of
https://github.com/simon987/sist2.git
synced 2025-04-03 07:22:59 +00:00
Fix CI build attempt 5
This commit is contained in:
parent
0e946092eb
commit
d41266e136
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…
x
Reference in New Issue
Block a user