forked from CringeStudios/element-desktop
This commit is contained in:
parent
ac3055f51e
commit
508df5a8fb
@ -23,10 +23,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Docker build
|
- name: Docker build
|
||||||
run: >
|
run: >
|
||||||
scripts/in-docker.sh bash -c
|
bash -c "scripts/in-docker.sh bash -c 'dpkg --add-architecture i386 && apt update && apt install -y rpm wine mono-devel &&
|
||||||
'dpkg --add-architecture i386 && apt update && apt install -y rpm wine mono-devel &&
|
|
||||||
yarn add matrix-seshat &&
|
yarn add matrix-seshat &&
|
||||||
yarn &&
|
yarn &&
|
||||||
yarn run fetch --noverify --cfgdir cringe &&
|
yarn run fetch --noverify --cfgdir cringe &&
|
||||||
SQLCIPHER_BUNDLED=1 yarn run docker:build:native &&
|
SQLCIPHER_BUNDLED=1 yarn run docker:build:native &&
|
||||||
yarn run docker:build --linux rpm --linux deb --linux tar.xz --linux AppImage --win squirrel'
|
yarn run docker:build --linux rpm --linux deb --linux tar.xz --linux AppImage --win squirrel'""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user