Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
decker
decker
Commits
2e3a95e6
Commit
2e3a95e6
authored
Nov 30, 2017
by
Henrik Tramberend
Browse files
Try to fix CI script
parent
4653d029
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
2e3a95e6
...
...
@@ -2,9 +2,9 @@ before_script:
-
stack --version
-
stack setup
test
:
build
:
script
:
-
stack
test
-
stack
build
formatting
:
script
:
...
...
app/decker.hs
View file @
2e3a95e6
...
...
@@ -171,7 +171,7 @@ main = do
"pdflatex -halt-on-error -interaction batchmode"
[
"-output-directory"
,
dir
]
src
()
<-
cmd
"pdf2svg"
pdf
out
()
<-
cmd
"pdf2svg"
pdf
out
cmd
"rm"
pdf
--
phony
"clean"
$
do
...
...
test/decks/rendered-code-deck.md
View file @
2e3a95e6
...
...
@@ -11,6 +11,7 @@ Code blocks can be rendered as SVG images
-
Graphviz (dot)
-
Gnuplot
-
Tikz
# Embedded Graphviz Code (SVG)
...
...
Write
Preview
Supports
Markdown
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