forked from CringeStudios/element-desktop
This commit is contained in:
parent
049b6ec96b
commit
7571c934af
@ -14,7 +14,8 @@ jobs:
|
|||||||
run: >
|
run: >
|
||||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y &&
|
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 &&
|
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 install 22 &&
|
||||||
nvm use 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 &&
|
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
|
- name: Install packages
|
||||||
run: >
|
run: >
|
||||||
source ~/.bashrc &&
|
source ~/.bashrc &&
|
||||||
|
\. "$HOME/.nvm/nvm.sh" &&
|
||||||
nvm use 22 &&
|
nvm use 22 &&
|
||||||
yarn add matrix-seshat &&
|
yarn add matrix-seshat &&
|
||||||
yarn
|
yarn
|
||||||
@ -31,18 +33,21 @@ jobs:
|
|||||||
- name: Fetch element
|
- name: Fetch element
|
||||||
run: >
|
run: >
|
||||||
source ~/.bashrc &&
|
source ~/.bashrc &&
|
||||||
|
\. "$HOME/.nvm/nvm.sh" &&
|
||||||
nvm use 22 &&
|
nvm use 22 &&
|
||||||
yarn run fetch --noverify --cfgdir cringe
|
yarn run fetch --noverify --cfgdir cringe
|
||||||
|
|
||||||
- name: Build natives
|
- name: Build natives
|
||||||
run: >
|
run: >
|
||||||
source ~/.bashrc &&
|
source ~/.bashrc &&
|
||||||
|
\. "$HOME/.nvm/nvm.sh" &&
|
||||||
nvm use 22 &&
|
nvm use 22 &&
|
||||||
SQLCIPHER_BUNDLED=1 yarn run build:native
|
SQLCIPHER_BUNDLED=1 yarn run build:native
|
||||||
|
|
||||||
- name: Build packages
|
- name: Build packages
|
||||||
run: >
|
run: >
|
||||||
source ~/.bashrc &&
|
source ~/.bashrc &&
|
||||||
|
\. "$HOME/.nvm/nvm.sh" &&
|
||||||
nvm use 22 &&
|
nvm use 22 &&
|
||||||
yarn run build --linux rpm --linux deb --linux tar.xz --linux AppImage --win squirrel --publish never
|
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