Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
IPDSnelting
pse-tipps
Commits
59901b6f
Commit
59901b6f
authored
Jan 18, 2017
by
Andreas Zwinkau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix build
parent
bb177cff
Pipeline
#6293
passed with stage
in 1 minute and 19 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
.gitlab-ci.yml
.gitlab-ci.yml
+2
-2
Makefile
Makefile
+2
-2
No files found.
.gitlab-ci.yml
View file @
59901b6f
image
:
blang/latex
before_script
:
-
apt-get update -qq && apt-get install -y -qq build-essential
-
apt-get update -qq && apt-get install -y -qq build-essential
plantuml
build
:
script
:
-
make
artifacts
:
paths
:
-
"
tipps.pdf"
\ No newline at end of file
-
"
tipps.pdf"
Makefile
View file @
59901b6f
...
...
@@ -3,7 +3,7 @@ BASE=tipps
default
:
$(BASE).pdf
$(BUILD)/$(BASE).pdf
:
$(BASE).tex
$(BUILD)/$(BASE).pdf
:
$(BASE).tex
example_class_diagram.png
mkdir
-p
$(BUILD)
latexmk
-f
-pdf
-outdir
=
build
$<
...
...
@@ -17,7 +17,7 @@ show: $(BASE).pdf
gnome-open
$<
||
open
$<
clean
:
rm
-rf
build
rm
-rf
build
example_class_diagram.png
%.png
:
%.plantuml
plantuml
$<
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