forked from CringeStudios/element-desktop
This commit is contained in:
parent
049b6ec96b
commit
7571c934af
@ -14,7 +14,8 @@ jobs:
|
||||
run: >
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y &&
|
||||
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.2/install.sh | bash &&
|
||||
source "$HOME/.bashrc" &&
|
||||
source ~/.bashrc &&
|
||||
\. "$HOME/.nvm/nvm.sh" &&
|
||||
nvm install 22 &&
|
||||
nvm use 22 &&
|
||||
curl --proto "=https" -L https://yarnpkg.com/latest.tar.gz | tar xvz && mv yarn-* /yarn && ln -s /yarn/bin/yarn /usr/bin/yarn &&
|
||||
@ -24,6 +25,7 @@ jobs:
|
||||
- name: Install packages
|
||||
run: >
|
||||
source ~/.bashrc &&
|
||||
\. "$HOME/.nvm/nvm.sh" &&
|
||||
nvm use 22 &&
|
||||
yarn add matrix-seshat &&
|
||||
yarn
|
||||
@ -31,18 +33,21 @@ jobs:
|
||||
- name: Fetch element
|
||||
run: >
|
||||
source ~/.bashrc &&
|
||||
\. "$HOME/.nvm/nvm.sh" &&
|
||||
nvm use 22 &&
|
||||
yarn run fetch --noverify --cfgdir cringe
|
||||
|
||||
- name: Build natives
|
||||
run: >
|
||||
source ~/.bashrc &&
|
||||
\. "$HOME/.nvm/nvm.sh" &&
|
||||
nvm use 22 &&
|
||||
SQLCIPHER_BUNDLED=1 yarn run build:native
|
||||
|
||||
- name: Build packages
|
||||
run: >
|
||||
source ~/.bashrc &&
|
||||
\. "$HOME/.nvm/nvm.sh" &&
|
||||
nvm use 22 &&
|
||||
yarn run build --linux rpm --linux deb --linux tar.xz --linux AppImage --win squirrel --publish never
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user