commit 1441dfa9dcedb80c871a53d727a673346555e1fd parent c7b20648a731b7a9ba07e3b42fa4e6fc410b333c Author: rexxnor <rexxnor+git@brief.li> Date: Sun, 26 Apr 2020 22:29:21 +0200 removed gitlab CI for now as it is broken Diffstat:
| D | .gitlab-ci.yml | | | 31 | ------------------------------- |
1 file changed, 0 insertions(+), 31 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -1,31 +0,0 @@ ---- -image: debian - -stages: - - build_deb - -run-build_deb: - stage: build_deb - script: - - apt update - - apt install -y python-all python3-stdeb git - - python3 setup.py --command-package=stdeb.command sdist_dsc - - cd deb_dist/ascension-0.11.5/ - - cp ../../helpers/ascension.1 debian/ascension.1 - - echo "debian/ascension.1" > debian/python3-ascension.manpages - - dh_installman - - cp ../../helpers/python3-ascension.p* debian/ - - cp ../../helpers/copyright debian/copyright - - 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.11.5-1_all.deb - - su ascension -s /bin/bash -c "ascension -h" - - cd ascension/test/ - - bash test_ascension_simple.sh - - gnunet-arm -e - artifacts: - paths: - - deb_dist/python3-ascension*.deb