improve build readability and speed (by parallelization) (#117)

This commit is contained in:
simonfelding
2025-04-24 23:03:50 +02:00
committed by GitHub
parent 540ba69528
commit 4ccd39856a
14 changed files with 251 additions and 194 deletions
-13
View File
@@ -1,13 +0,0 @@
#!/bin/bash
set -ex
VERSION=`cat VERSION`
# Clone new code
git clone https://github.com/ProtonMail/proton-bridge.git
cd proton-bridge
git checkout v$VERSION
# Build
make build-nogui vault-editor