File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 7171 container : ubuntu:${{ matrix.container }}
7272 strategy :
7373 matrix :
74- container : ['22.04', '24.04', '25.10']
74+ container : ['22.04', '24.04', '25.10', '26.04' ]
7575 arch : ['amd64', 'arm64']
7676 env :
7777 DEBIAN_FRONTEND : noninteractive
@@ -117,7 +117,7 @@ jobs:
117117 container : fedora:${{ matrix.container }}
118118 strategy :
119119 matrix :
120- container : [42, 43]
120+ container : [42, 43, 44 ]
121121 steps :
122122 - name : Download artifact
123123 uses : dawidd6/action-download-artifact@v11
Original file line number Diff line number Diff line change 64643 . Configure
6565
6666 cmake -B build -S . \
67- -DCMAKE_PREFIX_PATH=~/cmake_builds/Qt-6.6.3 -OpenSSL
67+ -DCMAKE_PREFIX_PATH=~/cmake_builds/Qt-6.10.2 -OpenSSL
6868 -DOPENSSL_ROOT_DIR=~/cmake_build/OpenSSL \
6969 -DLDAP_ROOT=~/cmake_build/OpenLDAP \
7070 -DCMAKE_OSX_ARCHITECTURES="x86_64;arm64"
8181### Windows
8282
83831 . Install dependencies from
84- * [ Visual Studio Community 2019 ] ( https://www.visualstudio.com/downloads/ )
84+ * [ Visual Studio Community 2022 ] ( https://www.visualstudio.com/downloads/ )
8585 * [ http://www.cmake.org ] ( http://www.cmake.org )
8686 * [ http://qt-project.org ] ( http://qt-project.org )
8787 * [ libdigidocpp-* .msi] ( https://github.com/open-eid/libdigidocpp/releases )
9393
94943 . Configure
9595
96- cmake -G"NMAKE Makefiles" -DCMAKE_PREFIX_PATH=C:\Qt\6.6.3\msvc2019_x64 -DLibDigiDocpp_ROOT="C:\Program Files (x86)\libdigidocpp" -B build -S .
96+ cmake -G"NMAKE Makefiles" -DCMAKE_PREFIX_PATH=C:\Qt\6.10.2\msvc2022_x64 -DLibDigiDocpp_ROOT="C:\Program Files (x86)\libdigidocpp" -B build -S .
9797
98984 . Build
9999
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ set_target_properties(${PROJECT_NAME} PROPERTIES
117117 AUTORCC ON
118118 MACOSX_BUNDLE_INFO_PLIST ${CMAKE_CURRENT_SOURCE_DIR} /mac/Info.plist.cmake
119119 MACOSX_BUNDLE_BUNDLE_NAME ${PROJECT_NAME}
120- MACOSX_BUNDLE_COPYRIGHT "(C) 2010-2025 Estonian Information System Authority"
120+ MACOSX_BUNDLE_COPYRIGHT "(C) 2010-2026 Estonian Information System Authority"
121121 MACOSX_BUNDLE_SHORT_VERSION_STRING ${PROJECT_VERSION}
122122 MACOSX_BUNDLE_BUNDLE_VERSION ${BUILD_NUMBER}
123123 MACOSX_BUNDLE_ICON_FILE Icon.icns
Original file line number Diff line number Diff line change 2121 VALUE "FileDescription", "DigiDoc4"
2222 VALUE "FileVersion", VERSION_STR
2323 VALUE "InternalName", "qdigidoc4"
24- VALUE "LegalCopyright", "Copyright (C) 2017-2025 Estonian Information System Authority"
24+ VALUE "LegalCopyright", "Copyright (C) 2017-2026 Estonian Information System Authority"
2525 VALUE "OriginalFilename", "qdigidoc4.exe"
2626 VALUE "ProductName", "DigiDoc4"
2727 VALUE "ProductVersion", VERSION_STR
3232 VALUE "FileDescription", "DigiDoc4"
3333 VALUE "FileVersion", VERSION_STR
3434 VALUE "InternalName", "qdigidoc4"
35- VALUE "LegalCopyright", "Copyright (C) 2017-2025 Riigi Infosüsteemi Amet"
35+ VALUE "LegalCopyright", "Copyright (C) 2017-2026 Riigi Infosüsteemi Amet"
3636 VALUE "OriginalFilename", "qdigidoc4.exe"
3737 VALUE "ProductName", "DigiDoc4"
3838 VALUE "ProductVersion", VERSION_STR
You can’t perform that action at this time.
0 commit comments