Gitlab CI: Add another USE_qt6=OFF option.

[skip ci]
This commit is contained in:
João Valverde 2022-08-23 09:50:43 +01:00
parent 9aa8331467
commit 6297831fb9
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ Fedora RPM Package:
# https://gitlab.com/gitlab-com/support-forum/issues/2790
- export FORCE_CMAKE_NINJA_NON_VERBOSE=1
- printf "\e[0Ksection_start:%s:cmake_section[collapsed=true]\r\e[0KRunning CMake" "$( date +%s)"
- cmake3 -GNinja ..
- cmake3 -GNinja -DUSE_qt6=OFF ..
- printf "\e[0Ksection_end:%s:cmake_section\r\e[0K" "$( date +%s)"
- ninja wireshark_rpm
# Fedora RPM Test: