Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Charles Ferguson
streamedinput
Commits
6538fd3c
Commit
6538fd3c
authored
Sep 04, 2017
by
Charles Ferguson
Browse files
Update CI to the latest version.
The newest version cleans up better.
parent
e58625ef
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
24 additions
and
24 deletions
+24
-24
.gitignore
.gitignore
+5
-12
.gitlab-ci.yml
.gitlab-ci.yml
+12
-5
ci
ci
+1
-1
project.config
project.config
+6
-6
No files found.
.gitignore
View file @
6538fd3c
*.swp
*.pyc
*.pyo
/build-docs
/.project
/venv
/venv3
/perllib
/output_*
/.coverage
/cover_db
htmlcov
cover
coverage.xml
nosetests.xml
/test_results
.noseids
__pycache__
# CI generated directories
/.env
/artifacts
/ci-logs
.gitlab-ci.yml
View file @
6538fd3c
...
...
@@ -12,9 +12,7 @@ variables:
# Default caching paths, between jobs
cache
:
paths
:
-
perllib
-
venv
-
venv3
-
.env
#### Build Jobs ####
...
...
@@ -22,6 +20,9 @@ lint:
stage
:
build
script
:
-
bash ci/run lint
artifacts
:
paths
:
-
artifacts
docs
:
stage
:
build
...
...
@@ -29,7 +30,7 @@ docs:
-
bash ci/run docs
artifacts
:
paths
:
-
build-doc
s
-
artifact
s
#### Test Jobs ####
...
...
@@ -38,12 +39,18 @@ test:
script
:
-
bash ci/run test
dependencies
:
[]
artifacts
:
paths
:
-
artifacts
test-python3
:
stage
:
test
script
:
-
bash ci/run test -3
dependencies
:
[]
artifacts
:
paths
:
-
artifacts
coverage
:
stage
:
test
...
...
@@ -53,7 +60,7 @@ coverage:
dependencies
:
[]
artifacts
:
paths
:
-
test_resul
ts
-
artifac
ts
#### Stages to execute ####
...
...
ci
@
dc496318
Compare
bf5f4fbd
...
dc496318
Subproject commit
bf5f4fbdf2b82dccd84523291f117b4c717c0e17
Subproject commit
dc496318ef22ee5aae4f0f6f4db1efe9dd18de68
project.config
View file @
6538fd3c
...
...
@@ -3,9 +3,9 @@
# coverage_limit
# version
# version_git_tag
#
{python,perl}
_enabled
# <action>_
{python,perl}
_tool
# test_
{python,perl}
_files
# lint_
{python,perl}
_files
# docs_
{python,perl}
_files
# coverage_
{python,perl}
_ignore
#
<language>
_enabled
# <action>_
<language>
_tool
# test_
<language>
_files
# lint_
<language>
_files
# docs_
<language>
_files
# coverage_
<language>
_ignore
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