Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tiago Peixoto
graph-tool
Commits
2cb4eea4
Commit
2cb4eea4
authored
Mar 29, 2020
by
Tiago Peixoto
Browse files
CI: prevent tests being run for relase tags
parent
2fa3ce82
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
2cb4eea4
...
...
@@ -8,6 +8,8 @@ job_gcc_amd64:
-
cd doc; python3 /usr/bin/sphinx-build -b doctest . build *.rst
tags
:
-
amd64
except
:
-
tags
job_clang_amd64
:
script
:
...
...
@@ -19,6 +21,8 @@ job_clang_amd64:
-
cd doc; python3 /usr/bin/sphinx-build -b doctest . build *.rst
tags
:
-
amd64
except
:
-
tags
build_tarball
:
script
:
...
...
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