We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a46505d commit a279855Copy full SHA for a279855
.gitlab-ci.yml
@@ -109,9 +109,7 @@ build:merge:
109
110
build:linux:
111
stage: build
112
- needs:
113
- - job: check:lint
114
- optional: true
+ needs: []
115
script:
116
- >
117
nix-shell --run '
@@ -135,9 +133,7 @@ build:linux:
135
133
136
134
build:windows:
137
138
139
140
141
tags:
142
- windows
143
before_script:
@@ -165,9 +161,7 @@ build:windows:
165
161
166
162
build:macos:
167
163
168
169
170
164
171
172
- shared-macos-amd64
173
image: macos-11-xcode-12
0 commit comments