wallet-core/ci/jobs/1-build/build.sh

7 lines
83 B
Bash
Raw Normal View History

#!/bin/bash
set -exuo pipefail
./bootstrap
./configure --prefix=$HOME/local/
make