mirror of
https://gitlab.com/Bockiii/deemix-docker.git
synced 2024-08-30 17:32:18 +00:00
Update .gitlab-ci.yml
This commit is contained in:
parent
6574cccc12
commit
606b400e80
@ -16,9 +16,11 @@ build-deemix:
|
||||
image: node:16
|
||||
stage: build-deemix
|
||||
script:
|
||||
- apt update && apt install -y --no-install-recommends zip git curl
|
||||
- apt update && apt install -y --no-install-recommends zip git curl jq
|
||||
- git clone --depth=1 https://gitlab.com/RemixDev/deemix-gui.git --recursive
|
||||
- cp server.package.json deemix-gui/server/package.json
|
||||
# Patching pkg.targets to our need
|
||||
- jq '.pkg.targets = ["node16-linuxstatic-x64","node16-linuxstatic-arm64","node16-linuxstatic-armv7"]' deemix-gui/server/package.json > tmp.$$.json && mv tmp.$$.json deemix-gui/server/package.json
|
||||
#- cp server.package.json deemix-gui/server/package.json
|
||||
- cd deemix-gui
|
||||
- yarn config set network-timeout 1000000 -g
|
||||
- yarn add pkg@latest
|
||||
|
Loading…
Reference in New Issue
Block a user