-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitlab-ci.yml
87 lines (81 loc) · 2.38 KB
/
.gitlab-ci.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
stages:
- building
- production
fasciculo1-a4:
image: registry.gitlab.com/laerciosousa/gitpod-workspace-texlive-lilypond:2024-03-28-11-55
stage: building
script:
- latexmk --lualatex --shell-escape --synctex=1 --interaction=nonstopmode --file-line-error --halt-on-error fasciculo1-a4
artifacts:
paths:
- fasciculo1-a4.pdf
- fasciculo1-a4.log
expire_in: 1 days
when: always
only:
- branches
fasciculo2-a4:
image: registry.gitlab.com/laerciosousa/gitpod-workspace-texlive-lilypond:2024-03-28-11-55
stage: building
script:
- latexmk --lualatex --shell-escape --synctex=1 --interaction=nonstopmode --file-line-error --halt-on-error fasciculo2-a4
artifacts:
paths:
- fasciculo2-a4.pdf
- fasciculo2-a4.log
expire_in: 1 days
when: always
only:
- branches
fasciculo3-a4:
image: registry.gitlab.com/laerciosousa/gitpod-workspace-texlive-lilypond:2024-03-28-11-55
stage: building
script:
- latexmk --lualatex --shell-escape --synctex=1 --interaction=nonstopmode --file-line-error --halt-on-error fasciculo3-a4
artifacts:
paths:
- fasciculo3-a4.pdf
- fasciculo3-a4.log
expire_in: 1 days
when: always
only:
- branches
fasciculo4-a4:
image: registry.gitlab.com/laerciosousa/gitpod-workspace-texlive-lilypond:2024-03-28-11-55
stage: building
script:
- latexmk --lualatex --shell-escape --synctex=1 --interaction=nonstopmode --file-line-error --halt-on-error fasciculo4-a4
artifacts:
paths:
- fasciculo4-a4.pdf
- fasciculo4-a4.log
expire_in: 1 days
when: always
only:
- branches
fasciculo5-a4:
image: registry.gitlab.com/laerciosousa/gitpod-workspace-texlive-lilypond:2024-03-28-11-55
stage: building
script:
- latexmk --lualatex --shell-escape --synctex=1 --interaction=nonstopmode --file-line-error --halt-on-error fasciculo5-a4
artifacts:
paths:
- fasciculo5-a4.pdf
- fasciculo5-a4.log
expire_in: 1 days
when: always
only:
- branches
fasciculo6-a4:
image: registry.gitlab.com/laerciosousa/gitpod-workspace-texlive-lilypond:2024-03-28-11-55
stage: building
script:
- latexmk --lualatex --shell-escape --synctex=1 --interaction=nonstopmode --file-line-error --halt-on-error fasciculo6-a4
artifacts:
paths:
- fasciculo6-a4.pdf
- fasciculo6-a4.log
expire_in: 1 days
when: always
only:
- branches