Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dmanik
gitlab-ci-talk
Commits
6ae76290
Commit
6ae76290
authored
May 29, 2019
by
dmanik
Browse files
Added figure of pipelines view on GitLab
parent
013f7611
Pipeline
#98058
passed with stage
in 25 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
6ae76290
...
...
@@ -7,7 +7,7 @@ image: blang/latex
stages
:
-
build
build
:
makepdf
:
stage
:
build
script
:
-
latexmk -e '$pdflatex=q/pdflatex %O -shell-escape %S/' -pdf
...
...
figures/pipelines_list_view.png
0 → 100644
View file @
6ae76290
112 KB
talk.tex
View file @
6ae76290
...
...
@@ -4,15 +4,17 @@
\usepackage
{
minted
}
\usemintedstyle
{
xcode
}
\usepackage
{
booktabs
}
\graphicspath
{{
pic
s/
}}
\graphicspath
{{
figure
s/
}}
\beamertemplatenavigationsymbolsempty
\setbeamerfont
{
page number in head/foot
}{
size=
\large
}
\setbeamertemplate
{
footline
}
[frame number]
% start custom macros
\definecolor
{
light-gray
}{
gray
}{
0.95
}
\newcommand
{
\code
}
[1]
{
\colorbox
{
light-gray
}{
\texttt
{
#1
}}}
% end custom macros
\begin{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
...
...
@@ -53,6 +55,17 @@
\inputminted
{
yaml
}{
snippets/ci-testing.yml
}
\end{frame}
\begin{frame}
{
How does it work?
}
\begin{figure}
[!htp]
\begin{center}
\includegraphics
[width=\textwidth]
{
pipelines
_
list
_
view
}
\label
{
fig:
}
\end{center}
\end{figure}
\end{frame}
\begin{frame}
{
But I want the
\code
{
unittests:passing
}
badge!
}
\end{frame}
...
...
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