Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Satzung
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Fachschaft Angewandte Informatik DEPRECATED
Fachschaftsrat
Satzung
Commits
aac92d6a
Verified
Commit
aac92d6a
authored
3 years ago
by
Adrian Paschkowski
Browse files
Options
Downloads
Patches
Plain Diff
Add Gitlab CI
parent
c6eafbfa
No related branches found
No related tags found
Loading
Pipeline
#15012
passed
3 years ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+14
-0
14 additions, 0 deletions
.gitlab-ci.yml
with
14 additions
and
0 deletions
.gitlab-ci.yml
0 → 100644
+
14
−
0
View file @
aac92d6a
image
:
ai/latexgenerator
compile
:
stage
:
build
tags
:
-
latex
script
:
-
latexmk -pdf
artifacts
:
name
:
"
satzung-$CI_COMMIT_REF_NAME-$CI_COMMIT_SHORT_SHA-$CI_COMMIT_TIMESTAMP"
paths
:
-
"
*.pdf"
-
"
*.log"
expire_in
:
3 months
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment