We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d86ea03 commit 47f02c8Copy full SHA for 47f02c8
1 file changed
.gitlab-ci.yml
@@ -42,7 +42,7 @@ docker-image:
42
docker-image-build:
43
extends: docker-image
44
45
-.build-meson:
+build-only:
46
stage: build
47
image: "${IMAGE}"
48
variables:
@@ -56,15 +56,9 @@ docker-image-build:
56
- AdsLib/**/*.h
57
- build/
58
- example/build/
59
-
60
-.build-meson-docker:
61
- extends: .build-meson
62
tags:
63
- ${BHF_CI_ARCH}
64
- docker-v2
65
66
-build-only:
67
- extends: .build-meson-docker
68
parallel:
69
matrix:
70
- FLAVOR: 'alpine'
0 commit comments