wallet-core/contrib/wallet-docker/gitbuild.sh

21 lines
369 B
Bash
Raw Normal View History

2020-11-25 16:30:31 +01:00
#!/bin/sh
2020-11-25 16:35:19 +01:00
# Helper script to build the latest git wallet in the walletbuilder container.
2020-11-25 16:30:31 +01:00
set -eu
# Fetch source
git clone https://git.taler.net/wallet-core.git
cd wallet-core
# Only for git repositories
./bootstrap
# Run build
./configure
make webextension
# Copy WebExtension to root folder
cp wallet-core/packages/taler-wallet-webextension/taler-wallet*.zip /