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
1 changed files with 14 additions and 14 deletions

View File

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