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
Briar GTK
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
41
Issues
41
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
briar
Briar GTK
Commits
15f81bb0
Commit
15f81bb0
authored
Jun 10, 2019
by
Nico Alt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Restructure GitLab CI script
parent
dfe367c6
Pipeline
#3513
passed with stage
in 4 minutes and 20 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
18 deletions
+18
-18
.gitlab-ci.yml
.gitlab-ci.yml
+18
-18
No files found.
.gitlab-ci.yml
View file @
15f81bb0
test:pycodestyle:
image
:
debian:stretch
image
:
debian:stretch
script
:
-
apt update && apt install --no-install-recommends -y gir1.2-gtk-3.0 python3-gi python3-pip python3-setuptools
-
pip3 install -r requirements-dev.txt
-
tools/tests/test-pycodestyle.sh
test:pylint:
before_script
:
image
:
debian:stretch
-
apt update && apt install --no-install-recommends -y gir1.2-gtk-3.0 python3-gi python3-pip python3-setuptools
script
:
-
pip3 install -r requirements-dev.txt
-
apt update && apt install --no-install-recommends -y gir1.2-gtk-3.0 python3-gi python3-pip python3-setuptools
-
pip3 install -r requirements-dev.txt
-
tools/tests/test-pylint.sh
test:pytest:
stages
:
image
:
debian:stretch
-
test
pycodestyle
:
stage
:
test
script
:
tools/tests/test-pycodestyle.sh
pylint
:
stage
:
test
script
:
tools/tests/test-pylint.sh
pytest
:
stage
:
test
coverage
:
'
/TOTAL.*\s+(\d+%)$/'
coverage
:
'
/TOTAL.*\s+(\d+%)$/'
script
:
script
:
tools/tests/test-pytest.sh
-
apt update && apt install --no-install-recommends -y gir1.2-gtk-3.0 python3-gi python3-pip python3-setuptools
-
pip3 install -r requirements-dev.txt
-
tools/tests/test-pytest.sh
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