forked from CringeStudios/element-desktop
This commit is contained in:
parent
2a89cdf443
commit
ac3055f51e
@ -18,11 +18,15 @@ jobs:
|
|||||||
- name: Download Cringe Studios configuration
|
- name: Download Cringe Studios configuration
|
||||||
run: "mkdir cringe && wget -O cringe/config.json https://chat.cringe-studios.com/config.json"
|
run: "mkdir cringe && wget -O cringe/config.json https://chat.cringe-studios.com/config.json"
|
||||||
|
|
||||||
- name: Fetch all dependencies
|
|
||||||
run: "yarn && yarn run fetch --noverify --cfgdir cringe"
|
|
||||||
|
|
||||||
- name: Docker setup
|
- name: Docker setup
|
||||||
run: "yarn run docker:setup"
|
run: "yarn run docker:setup"
|
||||||
|
|
||||||
- name: Docker build
|
- name: Docker build
|
||||||
run: "scripts/in-docker.sh bash -c 'dpkg --add-architecture i386 && apt update && apt install -y rpm wine mono-devel && SQLCIPHER_BUNDLED=1 yarn run docker:build:native && yarn run docker:build --linux rpm --linux deb --linux tar.xz --linux AppImage --win squirrel'"
|
run: >
|
||||||
|
scripts/in-docker.sh bash -c
|
||||||
|
'dpkg --add-architecture i386 && apt update && apt install -y rpm wine mono-devel &&
|
||||||
|
yarn add matrix-seshat &&
|
||||||
|
yarn &&
|
||||||
|
yarn run fetch --noverify --cfgdir cringe &&
|
||||||
|
SQLCIPHER_BUNDLED=1 yarn run docker:build:native &&
|
||||||
|
yarn run docker:build --linux rpm --linux deb --linux tar.xz --linux AppImage --win squirrel'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user