diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9226ba0d..2c2e9688 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -361,6 +361,22 @@ before_script: needs: - "Linux amd64 .deb (Debian Bookworm)" +#-----------------------------------------------------------------------# +# Ubuntu amd64 24.04 test # +#-----------------------------------------------------------------------# +"Ubuntu amd64 24.04LTS": + image: ubuntu:noble + stage: test + script: + - apt update + - DEBIAN_FRONTEND=noninteractive apt install -yq --no-install-recommends ./openrgb*amd64.deb + - openrgb --version + - apt remove -y openrgb + dependencies: + - "Linux amd64 .deb (Debian Bookworm)" + needs: + - "Linux amd64 .deb (Debian Bookworm)" + #-----------------------------------------------------------------------# # Fedora 64 v40 test # #-----------------------------------------------------------------------#