Skip to content

Commit

Permalink
Update signal-buildscript.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
0mniteck authored Oct 24, 2024
1 parent 2aaae4a commit d5a2949
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions signal-buildscript.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,16 @@ echo "Entering /Signal-Desktop"
pushd /Signal-Desktop
git-lfs install
nvm use
# No more yarn
# yarn install --frozen-lockfile --network-timeout 600000
# yarn build:dev && yarn build:release --arm64 --linux deb
npm run generate && npm run prepare-beta-build && npm run build:esbuild:prod
xvfb-run --auto-servernum npm run build:preload-cache
npm run build:release -- --arm64 --linux deb
# TESTS
# xvfb-run --auto-servernum npm run test-node
# xvfb-run --auto-servernum npm run test-electron
# xvfb-run --auto-servernum npm run test-release
debpath=$(ls /Signal-Desktop/release/signal-desktop_*)
if [ ! -f /Signal-Desktop/release/.private.key ]; then
echo "Generating New Keypair."
Expand Down

0 comments on commit d5a2949

Please sign in to comment.