From da67874cf3026d94064a6eca276f6503de1094d9 Mon Sep 17 00:00:00 2001 From: dwoiwode Date: Tue, 19 Oct 2021 19:50:11 +0200 Subject: [PATCH 1/5] GitLab CI init --- ,gitlab-ci.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 ,gitlab-ci.yml diff --git a/,gitlab-ci.yml b/,gitlab-ci.yml new file mode 100644 index 0000000..01b4b92 --- /dev/null +++ b/,gitlab-ci.yml @@ -0,0 +1,15 @@ +image: registry.gitlab.com/islandoftex/images/texlive:TL2021-2021-09-26-04-05 +# Image: https://hub.docker.com/r/texlive/texlive +# Image IDs: https://gitlab.com/islandoftex/images/texlive/container_registry/573747 + +stages: + - Build + +Build GO: + stage: Build + script: + - latexmk geschaeftsordnung.tex + artifacts: + paths: + - geschaeftsordnung.pdf + name: "Geschäftsordnung" \ No newline at end of file -- GitLab From 11c2ce4c6a4be483c132e3076ffa5ad4b0d2dea4 Mon Sep 17 00:00:00 2001 From: Dominik Woiwode Date: Tue, 19 Oct 2021 18:07:57 +0000 Subject: [PATCH 2/5] Add .gitlab-ci.yml --- .gitlab-ci.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..0fcd90b --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,15 @@ +image: registry.gitlab.com/islandoftex/images/texlive:TL2021-2021-09-26-04-05 +# Image: https://hub.docker.com/r/texlive/texlive +# Image IDs: https://gitlab.com/islandoftex/images/texlive/container_registry/573747 + +stages: + - Build + +Build GO: + stage: Build + script: + - latexmk geschaeftsordnung.tex + artifacts: + paths: + - geschaeftsordnung.pdf + name: "Geschäftsordnung" -- GitLab From ed03fcce671b87be7844174576c004679db7bdcb Mon Sep 17 00:00:00 2001 From: dwoiwode Date: Tue, 19 Oct 2021 20:13:31 +0200 Subject: [PATCH 3/5] Add pdf mode --- ,gitlab-ci.yml | 15 --------------- .gitlab-ci.yml | 2 +- 2 files changed, 1 insertion(+), 16 deletions(-) delete mode 100644 ,gitlab-ci.yml diff --git a/,gitlab-ci.yml b/,gitlab-ci.yml deleted file mode 100644 index 01b4b92..0000000 --- a/,gitlab-ci.yml +++ /dev/null @@ -1,15 +0,0 @@ -image: registry.gitlab.com/islandoftex/images/texlive:TL2021-2021-09-26-04-05 -# Image: https://hub.docker.com/r/texlive/texlive -# Image IDs: https://gitlab.com/islandoftex/images/texlive/container_registry/573747 - -stages: - - Build - -Build GO: - stage: Build - script: - - latexmk geschaeftsordnung.tex - artifacts: - paths: - - geschaeftsordnung.pdf - name: "Geschäftsordnung" \ No newline at end of file diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0fcd90b..bfec8c2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ stages: Build GO: stage: Build script: - - latexmk geschaeftsordnung.tex + - latexmk geschaeftsordnung.tex -pdf artifacts: paths: - geschaeftsordnung.pdf -- GitLab From 0456453e65b5c4563b6de3b7b4b0622672c1b6e1 Mon Sep 17 00:00:00 2001 From: dwoiwode Date: Tue, 19 Oct 2021 20:15:12 +0200 Subject: [PATCH 4/5] Add artifact to output --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bfec8c2..1f1133b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,3 +13,4 @@ Build GO: paths: - geschaeftsordnung.pdf name: "Geschäftsordnung" + expose_as: "Geschäftsordnung" -- GitLab From 01c0e8990df8e2300079c531d4556d282d756da3 Mon Sep 17 00:00:00 2001 From: dwoiwode Date: Tue, 19 Oct 2021 20:15:40 +0200 Subject: [PATCH 5/5] Unicode... --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1f1133b..a502bd2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,4 +13,4 @@ Build GO: paths: - geschaeftsordnung.pdf name: "Geschäftsordnung" - expose_as: "Geschäftsordnung" + expose_as: "Geschaeftsordnung" -- GitLab