Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tej Chajed
stdpp
Commits
6117c3e4
Commit
6117c3e4
authored
Jan 25, 2018
by
Ralf Jung
Browse files
only publish docs from master
parent
edeb162c
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
6117c3e4
...
...
@@ -21,7 +21,7 @@ variables:
-
'
if
fgrep
Axiom
build-log.txt
>/dev/null;
then
exit
1;
fi'
-
'
cat
build-log.txt
|
egrep
"[a-zA-Z0-9_/-]+
\((real|user):
[0-9]"
|
tee
build-time.txt'
# maybe generate and upload doc (has to be in this job as we need coq installed)
-
'
if
[[
-n
"$DOCDIR"
]];
then
build/coqdoc;
fi'
-
'
if
[[
-n
"$DOCDIR"
&&
"$CI_COMMIT_REF_NAME"
==
master
]];
then
build/coqdoc;
fi'
cache
:
key
:
"
$CI_JOB_NAME"
paths
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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