summaryrefslogtreecommitdiff
path: root/buildbot/build.sh
blob: 6d99cacc37fec22f6f5134bdbf9a2b34a43a374f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/bash

set -eu

echo "Running taler-deployment bootstrap"

# Cannot have this here, as the activate script
# will be made by the 'bootstrap' command.
# source "${HOME}/activate".  Currently under test.

${HOME}/deployment/bin/taler-deployment bootstrap

echo "Running taler-deployment build"
source "${HOME}/activate"
taler-deployment build