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 c12e296 commit fdd2665Copy full SHA for fdd2665
.gitlab-ci.yml
@@ -146,3 +146,25 @@ build-x64-linux-debug-ubuntu:
146
before_script:
147
- export BUILD_TYPE=Debug
148
149
+build-x64-linux-release-alpine:
150
+ <<: *build-linux
151
+ tags:
152
+ - linux
153
+ - pdal
154
+ - docker
155
+ - release
156
+ - alpine
157
+ before_script:
158
+ - export BUILD_TYPE=Release
159
+
160
+build-x64-linux-debug-alpine:
161
162
163
164
165
166
+ - debug
167
168
169
+ - export BUILD_TYPE=Debug
170
0 commit comments