Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlovetox <philipp@hoerist.com>2021-01-02 18:28:43 +0300
committerlovetox <philipp@hoerist.com>2021-01-02 18:28:43 +0300
commite51072199e90f31572f777c68e992f03924330c4 (patch)
treee6fadeb37361976a18b434d9497d7789aa87688b /.gitlab-ci.yml
parentaec8af588c943c1f7e40ad435193292b8d95e0f4 (diff)
Update CI
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3433daae3..097d4690a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -15,7 +15,7 @@ Code Quality:
when: never
- when: always
script:
- - rm -rf civenv-master
+ - rm -rf civenv
- virtualenv -p python3 --system-site-packages civenv
- . ./civenv/bin/activate
- pip3 install -I mypy
@@ -36,11 +36,12 @@ Code Quality:
- coverage xml -i
- codespell -I codespell.conf --skip="*__pycache__*,gajim/data/icons,gajim/data/sounds,gajim/data/emoticons" gajim
- deactivate
- - rm -rf civenv-master
+ - rm -rf civenv
coverage: "/TOTAL.+ ([0-9]{1,3}%)/"
artifacts:
reports:
cobertura: coverage.xml
+ interruptible: true
appdata.xml:
stage: test
@@ -51,6 +52,7 @@ appdata.xml:
script:
- python3 setup.py build
- appstream-util validate build/data/org.gajim.Gajim.appdata.xml
+ interruptible: true
Linux:
stage: build
@@ -66,6 +68,7 @@ Linux:
expire_in: 1 week
paths:
- dist/gajim-*.tar.gz
+ interruptible: true
Windows:
stage: build