ascension

Migrate DNS zones to the GNU Name System
Log | Files | Refs | README | LICENSE

commit 8de9104f51def18d2a0cb5c64b67afc76863ff40
parent a10c12dbecab0d2801b13e1c1854d176613e80bd
Author: rexxnor <rexxnor+gnunet@brief.li>
Date:   Mon, 13 May 2019 11:11:09 +0200

readded tests differently

Diffstat:
M.gitlab-ci.yml | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -19,10 +19,13 @@ run-build_deb: - dpkg-buildpackage -rfakeroot -uc -us - cd ../../ - bash helpers/gnunet-installer-0.11-debian.sh Production + - gnunet-arm -Esq - apt install -y bind9 dnsutils procps - apt install -y ./deb_dist/python3-ascension_0.6.1-1_all.deb - su ascension -s /bin/bash -c "ascension -h" - - apt install -y dh-make + - cd ascension/test/ + - bash test_ascension_simple.sh + - gnunet-arm -e artifacts: paths: - deb_dist/python3-ascension*.deb