From fe1f0270da26b34b8205e4a544d6f838d1d352a7 Mon Sep 17 00:00:00 2001 From: lovetox Date: Sun, 3 Jan 2021 12:51:11 +0100 Subject: Stop running CI --- .gitlab-ci.yml | 57 --------------------------------------------------------- 1 file changed, 57 deletions(-) delete mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 03b43b9e2..000000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,57 +0,0 @@ -before_script: - - sudo apt-get update -qq && sudo apt-get install -y -qq libtool pkg-config gir1.2-gtk-3.0 python3-gi python3-cairo - - sudo apt-get build-dep -y -qq gajim-default-nightly - -stages: - - test - - build - -run-tests: - stage: test - script: - - rm -rf civenv-master - - virtualenv -p python3 --system-site-packages civenv - - . ./civenv/bin/activate - - pip3 install -I mypy - - pip3 install -I nbxmpp==0.6.10 - - pip3 install -I pylint==2.1.1 - - mypy gajim - - scripts/dev/pylint-ci.sh --jobs=2 gajim - - python3 setup.py test -s test.no_gui - - deactivate - - rm -rf civenv-master - -run-appdata: - stage: test - script: - - appstream-util validate data/org.gajim.Gajim.appdata.xml.in - -run-build: - stage: build - script: - - python3 setup.py sdist - - cd dist - - export FN="gajim-default-"$(date +%F)".tar" - - mv gajim-*.tar.gz $FN.gz - - mkdir tmp_add_plugins - - mv $FN.gz tmp_add_plugins/ - - cd tmp_add_plugins/ - - tar xzf $FN.gz - - rm $FN.gz - - export GF=$(find . -maxdepth 1 -type d -name 'gajim-*') - - mkdir -p $GF/gajim/data/plugins/ - - cd $GF/gajim/data/plugins/ - - curl -O https://ftp.gajim.org/plugins_1/plugin_installer.zip - - unzip plugin_installer.zip - - rm plugin_installer.zip - - cd ../../../.. - - tar czf ../$FN.gz gajim-* - - cd .. - - rm -rf tmp_add_plugins - - scp $FN.gz panoramix:/var/www/gajim/downloads/snap/ci/gajim-default-$CI_COMMIT_SHA.tar.gz - - artifacts: - name: "gajim-default-$CI_COMMIT_REF_NAME-$CI_COMMIT_SHA" - expire_in: 1 week - paths: - - gajim-default-$CI_COMMIT_REF_NAME-$CI_COMMIT_SHA.tar.gz -- cgit v1.2.3