Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PB029 Web
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Petr Sojka
PB029 Web
Commits
f48b30b2
There was an error fetching the commit references. Please try again later.
Unverified
Commit
f48b30b2
authored
5 months ago
by
Vít Starý Novotný
Browse files
Options
Downloads
Patches
Plain Diff
Add file `.gitlab-ci.yml`
parent
2937c26e
No related branches found
No related tags found
1 merge request
!22
Add an exercise about continuous integration
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
public/practices/automatizace-sazby/files/.gitlab-ci.yml
+9
-0
9 additions, 0 deletions
public/practices/automatizace-sazby/files/.gitlab-ci.yml
with
9 additions
and
0 deletions
public/practices/automatizace-sazby/files/.gitlab-ci.yml
0 → 100644
+
9
−
0
View file @
f48b30b2
vysazej-dokument
:
image
:
texlive/texlive:latest
# Následující kód spouštěj uvnitř dockerového obrazu „texlive/texlive“ s instalací TeXu.
tags
:
-
shared-fi
# Použij výpočetní uzly poskytované Fakultou informatiky. Namísto nich bychom mohli využít také vlastní server.
script
:
-
xelatex dokument.tex
# Přelož soubor „dokument.tex“ pomocí TeXového stroje XeTeX s formátem LaTeX.
artifacts
:
paths
:
-
dokument.pdf
# Ulož a zpřístupni vytvořený soubor „dokument.pdf“.
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