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

.gitlab-ci.yml - dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 57ead0c60fc5414c7218a48258a454cdf442f05b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
image: ci-gajim:master

include:
- project: 'gajim/ci'
  ref: master
  file: '.gajim-ci.yml'

pyright:
  stage: test
  script:
    - pip3 install git+https://dev.gajim.org/gajim/python-nbxmpp.git@$NBXMPP_BRANCH
    - pip3 install git+https://github.com/pygobject/pygobject-stubs.git
    - npm install pyright
    - python3 -V
    - python3 scripts/ci/link-gtk.py
    - $(npm bin)/pyright --version
    - $(npm bin)/pyright
  interruptible: true
  allow_failure: false

variables:
  NBXMPP_BRANCH: master
  PLUGINS_BRANCH: master