-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitlab-ci.yml
152 lines (152 loc) · 2.94 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
#automatically generated from .gitlab-ci.dhall, changes will be erased.
dhall-format:
script: "nix-shell -p gnumake --run 'make dhall-format'"
stage: source
tags:
- nix
- kvm
examples:
script: "nix-shell -p gnumake --run 'make examples'"
stage: test
tags:
- nix
- kvm
hsnrm-/dhall-format:
script: "nix-shell -p gnumake --run 'make hsnrm/dhall-format'"
stage: source
tags:
- nix
- kvm
hsnrm/all:
script: "nix-shell -p gnumake --run 'make hsnrm/all'"
stage: build
tags:
- nix
- kvm
hsnrm/hlint:
script: "nix-shell -p gnumake --run 'make hsnrm/hlint'"
stage: source
tags:
- nix
- kvm
hsnrm/ormolu:
script: "nix-shell -p gnumake --run 'make hsnrm/ormolu'"
stage: source
tags:
- nix
- kvm
hsnrm/shellcheck:
script: "nix-shell -p gnumake --run 'make hsnrm/shellcheck'"
stage: source
tags:
- nix
- kvm
libnrm/autotools:
script: "nix-shell -p gnumake --run 'make libnrm/autotools'"
stage: build
tags:
- nix
- kvm
libnrm/clang-format:
script: "nix-shell -p gnumake --run 'make libnrm/clang-format'"
stage: source
tags:
- nix
- kvm
nix/hsnrm:
script: "nix-build -A haskellPackages.hsnrm --no-build-output"
stage: build
tags:
- nix
- kvm
nix/hsnrm-bin:
script: "nix-build -A haskellPackages.hsnrm-bin --no-build-output"
stage: build
tags:
- nix
- kvm
nix/libnrm:
script: "nix-build -A libnrm --no-build-output"
stage: build
tags:
- nix
- kvm
nix/pynrm:
script: "nix-build -A pythonPackages.pynrm --no-build-output"
stage: build
tags:
- nix
- kvm
nix/stream:
script: "nix-build -A stream --no-build-output"
stage: build
tags:
- nix
- kvm
nixfmt:
script: "nix-shell -p gnumake --run 'make nixfmt'"
stage: source
tags:
- nix
- kvm
pynrm/black:
script: "nix-shell -p gnumake --run 'make pynrm/black'"
stage: source
tags:
- nix
- kvm
readthedocs:
only:
- master
script:
- "echo \"token=$RTD_TOKEN\""
- "nix run nixpkgs.curl -c curl --fail -X POST -d \"token=$RTD_TOKEN\" readthedocs.org/api/v2/webhook/hnrm/104604/"
stage: deploy
tags:
- nix
- kvm
resources:
script: "nix-shell -p gnumake --run 'make resources'"
stage: source
tags:
- nix
- kvm
shellcheck:
script: "nix-shell -p gnumake --run 'make shellcheck'"
stage: source
tags:
- nix
- kvm
stages:
- source
- build
- test
- deploy
tests/apps:
script: "nix-shell -p gnumake --run 'make app-tests'"
stage: test
tags:
- nix
- kvm
tests/kvm:
script: "nix-shell -p gnumake --run 'make tests-kvm'"
stage: test
tags:
- nix
- kvm
tests/perf:
script: "nix-shell -p gnumake --run 'make tests-perf'"
stage: test
tags:
- chimera
tests/pyupstream:
script: "nix-shell -p gnumake --run 'make tests-pyupstream'"
stage: test
tags:
- nix
- kvm
tests/rapl:
script: "nix-shell -p gnumake --run 'make tests-rapl'"
stage: test
tags:
- chimera