From 4c34ff2ae5a7d1a2f82ed3d034f55d703fc1001d Mon Sep 17 00:00:00 2001 From: Jonas Franz Date: Sat, 4 Jan 2020 13:35:20 +0100 Subject: [PATCH] Add drone --- .drone.yml | 20 ++++++++++++++++++++ content/intro.tex | 8 ++++++-- 2 files changed, 26 insertions(+), 2 deletions(-) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..81965bd --- /dev/null +++ b/.drone.yml @@ -0,0 +1,20 @@ +--- +kind: pipeline +type: docker +name: default + +steps: +- name: build + image: jonasfranz/latex + commands: + - latexmk insori.tex +- name: upload + image: vividboarder/drone-webdav + file: insori.pdf + destination: https://cloud.jfdev.de/remote.php/webdav/Hochschule%20Darmstadt/Semester/WS2019/insori.pdf + secrets: [webdav_username, webdav_password] + when: + branch: + - master + event: + - push \ No newline at end of file diff --git a/content/intro.tex b/content/intro.tex index 23fb931..e2de4be 100644 --- a/content/intro.tex +++ b/content/intro.tex @@ -1,7 +1,11 @@ \begin{itemize} \item Was ist FOSS -> Kurzfassung + \item dwqd \item Welche Rolle spielt FOSS in der Entwicklung? - \ac{foss} spielt in der Entwicklung von Software eine immere größere Rolle, wie eine Studie - des IT-Sicherheits-Unternehmens Synopsys Inc. belegt. \footcite[vgl.][]{synopsys2019} + + \ac{foss} spielt in der Entwicklung von Software eine immere größere Rolle, wie eine Untersuchung\footcite[vgl.][]{synopsys2019} + des IT-Sicherheits-Unternehmens Synopsys Inc. nahelegt. So lege der Anteil des verwendeten quelloffnen Quelltextes in den + untersuchten, proprietären Coden-Basen (\(N \geq 1200\)) bei 60\%. + \item Warum kann es problematisch sein, FOSS in proprietärer Software einzusetzen \end{itemize} \ No newline at end of file