Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
thesis
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
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
Show more breadcrumbs
Jasper Gräflich
thesis
1de28d4ad312213737b7d7ea577c4c0aceb2f622
thesis
.gitlab-ci.yml
Find file
Normal view
Permalink
.gitlab-ci.yml
121 B
Newer
Older
Add .gitlab-ci.yml file
Jasper Clemens Gräflich
committed
3 years ago
1
2
3
4
5
6
7
8
build
:
image
:
listx/texlive:2020
script
:
-
lualatex
-
biber
-
lualatex
artifacts
:
paths
:
Update `.gitlab-ci.yml`
Jasper Clemens Gräflich
committed
3 years ago
9
-
"
./*.pdf"