Skip to content

Commit 36b51ff

Browse files
committed
Tests lxc 6.0
1 parent 101e90e commit 36b51ff

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.gitlab-ci.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,15 @@ fmt:
1414
.common: &common
1515
before_script:
1616
- apt update
17-
- apt install lxc-dev clang meson systemd -y
17+
- apt install lxc-dev clang meson systemd libdbus-1-dev -y
1818

1919
- git clone https://github.com/lxc/lxc.git
2020
- cd lxc
2121
- >
2222
case "$VERSION" in
23+
"6.0")
24+
TAG="v6.0.0"
25+
;;
2326
"5.0")
2427
TAG="lxc-5.0.3"
2528
;;
@@ -43,7 +46,7 @@ fmt:
4346
clippy:
4447
parallel:
4548
matrix:
46-
- VERSION: ["1.0", "1.1", "2.0", "2.1", "3.0", "3.1", "3.2", "4.0", "5.0"]
49+
- VERSION: ["1.0", "1.1", "2.0", "2.1", "3.0", "3.1", "3.2", "4.0", "5.0", "6.0"]
4750
<<: *common
4851
stage: lint
4952
script:
@@ -53,7 +56,7 @@ clippy:
5356
test:
5457
parallel:
5558
matrix:
56-
- VERSION: ["1.0", "1.1", "2.0", "2.1", "3.0", "3.1", "3.2", "4.0", "5.0"]
59+
- VERSION: ["1.0", "1.1", "2.0", "2.1", "3.0", "3.1", "3.2", "4.0", "5.0", "6.0"]
5760
<<: *common
5861
stage: test
5962
script:

0 commit comments

Comments
 (0)