1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-05-10 19:14:57 +02:00

Disable builds with Qt < 5.15

This commit is contained in:
Sirius Bakke
2023-07-23 00:56:24 +02:00
parent e7487294b6
commit 8013c00e1f

View File

@@ -22,20 +22,20 @@ jobs:
unit_tests: true, unit_tests: true,
qt6: false, qt6: false,
} }
- { # - {
id: 'ubuntu-20.04', # id: 'ubuntu-20.04',
name: "Ubuntu 20.04", # name: "Ubuntu 20.04",
docker_image: "fwbuilder/ubuntu:20.04", # docker_image: "fwbuilder/ubuntu:20.04",
unit_tests: true, # unit_tests: true,
qt6: false, # qt6: false,
} # }
- { # - {
id: 'ubuntu-18.04', # id: 'ubuntu-18.04',
name: "Ubuntu 18.04", # name: "Ubuntu 18.04",
docker_image: "fwbuilder/ubuntu:18.04", # docker_image: "fwbuilder/ubuntu:18.04",
unit_tests: true, # unit_tests: true,
qt6: false, # qt6: false,
} # }
container: container:
image: ${{ matrix.config.docker_image }} image: ${{ matrix.config.docker_image }}
steps: steps: