Compare commits

..

4 Commits

Author SHA1 Message Date
Nicolas Fella
cccb302d6b Run layershellqt-test automatically 2026-05-31 17:00:53 +02:00
Bhushan Shah
168d51c848 Update Frameworks version requirement to 6.26.0
GIT_SILENT
2026-05-27 22:47:50 +05:30
Justin Zobel
c0888c1fc8 CI: Require all tests to pass 2026-05-25 20:09:25 +09:30
Bhushan Shah
9feb153716 Update version for new release 6.7.80 2026-05-18 11:47:07 +05:30
3 changed files with 4 additions and 2 deletions

View File

@@ -9,4 +9,4 @@ Dependencies:
'third-party/wayland-protocols': '@latest'
Options:
require-passing-tests-on: ['Linux', 'FreeBSD', 'Windows']
require-passing-tests-on: ['@all']

View File

@@ -4,7 +4,7 @@
cmake_minimum_required(VERSION 3.16)
project(layershellqt)
set(PROJECT_VERSION "6.6.91")
set(PROJECT_VERSION "6.7.80")
set(PROJECT_VERSION_MAJOR 6)
set(CMAKE_C_STANDARD 99)

View File

@@ -3,3 +3,5 @@
add_executable(layershellqt-test main.cpp)
target_link_libraries(layershellqt-test PRIVATE LayerShellQtInterface Qt::Qml Qt::Gui)
add_test(NAME layershellqt-test COMMAND layershellqt-test)