Skip to content

Commit

Permalink
Tests lxc 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sanpii committed Apr 6, 2024
1 parent 101e90e commit 36b51ff
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,15 @@ fmt:
.common: &common
before_script:
- apt update
- apt install lxc-dev clang meson systemd -y
- apt install lxc-dev clang meson systemd libdbus-1-dev -y

- git clone https://github.com/lxc/lxc.git
- cd lxc
- >
case "$VERSION" in
"6.0")
TAG="v6.0.0"
;;
"5.0")
TAG="lxc-5.0.3"
;;
Expand All @@ -43,7 +46,7 @@ fmt:
clippy:
parallel:
matrix:
- VERSION: ["1.0", "1.1", "2.0", "2.1", "3.0", "3.1", "3.2", "4.0", "5.0"]
- VERSION: ["1.0", "1.1", "2.0", "2.1", "3.0", "3.1", "3.2", "4.0", "5.0", "6.0"]
<<: *common
stage: lint
script:
Expand All @@ -53,7 +56,7 @@ clippy:
test:
parallel:
matrix:
- VERSION: ["1.0", "1.1", "2.0", "2.1", "3.0", "3.1", "3.2", "4.0", "5.0"]
- VERSION: ["1.0", "1.1", "2.0", "2.1", "3.0", "3.1", "3.2", "4.0", "5.0", "6.0"]
<<: *common
stage: test
script:
Expand Down

0 comments on commit 36b51ff

Please sign in to comment.