Skip to content

Commit afd3ae1

Browse files
authored
Use libxml2 for configuration parsing (#1265)
IB-7946 Signed-off-by: Raul Metsma <raul@metsma.ee>
1 parent 34408fd commit afd3ae1

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@ permissions:
44
contents: read
55
env:
66
BUILD_NUMBER: ${{ github.run_number }}
7+
CMAKE_BUILD_PARALLEL_LEVEL: 4
78
jobs:
89
macos:
910
name: Build on macOS
1011
runs-on: macos-latest
1112
env:
12-
MACOSX_DEPLOYMENT_TARGET: 11.0
13+
MACOSX_DEPLOYMENT_TARGET: 12.0
1314
steps:
1415
- name: Checkout
1516
uses: actions/checkout@v4
@@ -54,7 +55,7 @@ jobs:
5455
container: ubuntu:${{ matrix.container }}
5556
strategy:
5657
matrix:
57-
container: ['20.04', '22.04', '23.10']
58+
container: ['20.04', '22.04', '24.04']
5859
env:
5960
DEBIAN_FRONTEND: noninteractive
6061
DEBFULLNAME: github-actions
@@ -104,7 +105,7 @@ jobs:
104105
container: fedora:${{ matrix.container }}
105106
strategy:
106107
matrix:
107-
container: [38, 39]
108+
container: [39, 40]
108109
steps:
109110
- name: Install Deps
110111
run: |
@@ -186,7 +187,6 @@ jobs:
186187
uses: ilammy/msvc-dev-cmd@v1
187188
with:
188189
arch: x64
189-
sdk: 10.0.19041.0
190190
- name: Install WiX
191191
run: |
192192
dotnet tool install -g wix --version 5.0.0

qdigidoc4.wxs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@
100100
<File Name="XalanMessages_1_12$(var.qt_suffix).dll" />
101101
<File Name="Xalan-C_1_12$(var.qt_suffix).dll" />
102102
<File Name="xsec_2_0$(var.qt_suffix).dll" />
103+
<File Name="libxml2.dll" />
103104
<File Name="digidocpp$(var.qt_suffix).dll" />
104105
<File Name="digidoc-tool.exe" />
105106
<File Name="digidocpp.conf" />

0 commit comments

Comments
 (0)