Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
gajim
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
197
Issues
197
List
Boards
Labels
Service Desk
Milestones
Merge Requests
20
Merge Requests
20
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gajim
gajim
Commits
7dd204ab
Commit
7dd204ab
authored
Jan 02, 2021
by
Philipp Hörist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use ci configuration from ci repository
parent
ecf89f4c
Pipeline
#7020
passed with stage
in 1 minute and 42 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
78 deletions
+0
-78
.gitlab-ci.yml
.gitlab-ci.yml
+0
-78
No files found.
.gitlab-ci.yml
deleted
100644 → 0
View file @
ecf89f4c
workflow
:
rules
:
-
if
:
'
$CI_PIPELINE_SOURCE
==
"merge_request_event"'
when
:
never
-
when
:
always
stages
:
-
test
-
build
Code Quality
:
stage
:
test
rules
:
-
if
:
'
$CI_PIPELINE_SOURCE
==
"schedule"'
when
:
never
-
when
:
always
script
:
-
rm -rf civenv
-
virtualenv -p python3 --system-site-packages civenv
-
. ./civenv/bin/activate
-
pip3 install -I mypy
-
pip3 install -I git+https://dev.gajim.org/gajim/python-nbxmpp.git@master
-
pip3 install -I pylint==2.4.4
-
pip3 install -I codespell
-
pip3 install -I coverage
-
pip3 install -I css-parser
-
pip3 install -I keyring
-
pip3 install -I packaging
-
pip3 install -I precis-i18n
-
pip3 install -I pyOpenSSL
-
mypy -V
-
mypy gajim
-
scripts/ci/pylint.sh --jobs=2 gajim
-
coverage run --source=gajim -m unittest discover -s test/no_gui -v
-
coverage report -mi
-
coverage xml -i
-
codespell -I codespell.conf --skip="*__pycache__*,gajim/data/icons,gajim/data/sounds,gajim/data/emoticons" gajim
-
deactivate
-
rm -rf civenv
coverage
:
"
/TOTAL.+
([0-9]{1,3}%)/"
artifacts
:
reports
:
cobertura
:
coverage.xml
interruptible
:
true
appdata.xml
:
stage
:
test
rules
:
-
if
:
'
$CI_PIPELINE_SOURCE
==
"schedule"'
when
:
never
-
when
:
always
script
:
-
python3 setup.py build
-
appstream-util validate build/data/org.gajim.Gajim.appdata.xml
interruptible
:
true
Linux
:
stage
:
build
rules
:
-
if
:
'
$CI_PIPELINE_SOURCE
==
"schedule"'
when
:
never
-
when
:
always
script
:
-
./scripts/ci/sdist.py
artifacts
:
name
:
"
gajim-$CI_COMMIT_REF_NAME-$CI_COMMIT_SHA"
expire_in
:
1 week
paths
:
-
dist/gajim-*.tar.gz
interruptible
:
true
Windows
:
stage
:
build
rules
:
-
if
:
'
$CI_PIPELINE_SOURCE
==
"schedule"'
script
:
-
./scripts/ci/appveyor.py
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment