donau

Donation authority for GNU Taler (experimental)
Log | Files | Refs | Submodules | README | LICENSE

commit 1f2365254ea1e5daf20ade503fe9ebcb5eec31a7
parent c32652505209b20821ea0ef72d4b40c8dd582370
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date:   Wed,  8 Apr 2026 16:49:06 +0200

attempt to fix CI pipe more

Diffstat:
Mcontrib/ci/jobs/2-test/test.sh | 4++++
Msrc/donau/test_donau_httpd.conf | 1+
2 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/contrib/ci/jobs/2-test/test.sh b/contrib/ci/jobs/2-test/test.sh @@ -1,8 +1,12 @@ #!/bin/bash set -evu +apt-get update +apt-get upgrade -yqq + ./bootstrap ./configure CFLAGS="-ggdb -O0" \ + --prefix=/usr \ --enable-logging=verbose \ --disable-doc make diff --git a/src/donau/test_donau_httpd.conf b/src/donau/test_donau_httpd.conf @@ -5,6 +5,7 @@ DONAU_RUNTIME_DIR = ${TMPDIR:-${TMP:-/tmp}}/${USER:-}/donau-system-runtime/ [exchange] BASE_URL = http://localhost:8888/ +CURRENCY = EUR [donau] # Currency supported by the Donau (can only be one)