sekur-chat/.gitea/workflows/build_linux_docker.yml
MrLetsplay 0c233d88d4
Some checks failed
/ build-element (push) Failing after 6m31s
Update workflow
2025-04-05 23:11:10 +02:00

35 lines
1.1 KiB
YAML

on: [push, workflow_dispatch]
jobs:
build-element:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Download Cringe Studios configuration
run: "mkdir cringe && wget -O cringe/config.json https://chat.cringe-studios.com/config.json"
- name: Install dependencies
run: >
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y &&
curl --proto "=https" -L https://yarnpkg.com/latest.tar.gz | tar xvz && mv yarn-* /yarn && ln -s /yarn/bin/yarn /usr/bin/yarn &&
dpkg --add-architecture i386 && apt-get update && apt-get install -y wine mono-devel rpm
- name: Fetch packages
run: >
yarn add matrix-seshat &&
yarn
- name: Fetch element
run: >
yarn run fetch --noverify --cfgdir cringe
- name: Build natives
run: >
SQLCIPHER_BUNDLED=1 yarn run build:native
- name: Build packages
run: >
yarn run build --linux rpm --linux deb --linux tar.xz --linux AppImage --win squirrel