forked from tuxedocomputers/tuxedo-drivers
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitlab-ci.yml
More file actions
39 lines (38 loc) · 983 Bytes
/
Copy path.gitlab-ci.yml
File metadata and controls
39 lines (38 loc) · 983 Bytes
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
# SPDX-License-Identifier: GPL-2.0+
test-build:
rules:
- if: $CI_COMMIT_BRANCH == "main"
- if: $CI_COMMIT_BRANCH == "upcoming-release"
- when: manual
image: registry.gitlab.com/tuxedocomputers/development/drivers-test-builder:$DOCKER_TAG
script:
- test-build.sh "$PARAM_TYPE" "$PARAM_LLVM"
parallel:
matrix:
- PARAM_TYPE: ubuntu
DOCKER_TAG:
- ubuntu-20.04
- ubuntu-22.04
- ubuntu-24.04
- PARAM_TYPE: fedora
DOCKER_TAG:
- fedora-41
- fedora-42
- fedora-43
- PARAM_TYPE: debian
DOCKER_TAG:
- debian-12
- debian-exp
- debian-13
- PARAM_TYPE: debian
PARAM_LLVM: llvm
DOCKER_TAG:
- debian-12-llvm
- PARAM_TYPE: arch
DOCKER_TAG:
- archbtw
- PARAM_TYPE: opensuse
DOCKER_TAG:
- opensuse-15.5
- opensuse-15.6
- opensuse-tumbleweed