-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitlab-ci.yml
56 lines (49 loc) · 1003 Bytes
/
.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
stages:
- compute
- process
- tex
variables:
DIJITSO_CACHE_DIR: $CI_PROJECT_DIR/.cache/dijitso
GIT_STRATEGY: fetch
cache:
key: $CI_COMMIT_REF_SLUG
paths:
- .cache/dijitso
- numericals/zeroguess
- numericals/rampdown
- numericals/rampdown-noopt
- plots/coefficients
- plots/optimized
- tables
numericals:
stage: compute
image: optipulsproject/optipuls
script: make numericals.all
artifacts:
paths:
- numericals/zeroguess
- numericals/rampdown
- numericals/rampdown-noopt
plots:
stage: process
image: optipulsproject/optipuls
script: make plots.all
artifacts:
paths:
- plots/coefficients
- plots/optimized
tables:
stage: process
image: optipulsproject/tabulate
script: make tables.all
artifacts:
paths:
- tables/zeroguess.tex
- tables/rampdown.tex
tex:
stage: tex
image: optipulsproject/publications
script: make slides
artifacts:
paths:
- slides-bayreuth.pdf