Skip to content

Commit

Permalink
Use libxml2 for configuration parsing (open-eid#1265)
Browse files Browse the repository at this point in the history
IB-7946

Signed-off-by: Raul Metsma <[email protected]>
  • Loading branch information
metsma authored Jun 6, 2024
1 parent 34408fd commit afd3ae1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ permissions:
contents: read
env:
BUILD_NUMBER: ${{ github.run_number }}
CMAKE_BUILD_PARALLEL_LEVEL: 4
jobs:
macos:
name: Build on macOS
runs-on: macos-latest
env:
MACOSX_DEPLOYMENT_TARGET: 11.0
MACOSX_DEPLOYMENT_TARGET: 12.0
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -54,7 +55,7 @@ jobs:
container: ubuntu:${{ matrix.container }}
strategy:
matrix:
container: ['20.04', '22.04', '23.10']
container: ['20.04', '22.04', '24.04']
env:
DEBIAN_FRONTEND: noninteractive
DEBFULLNAME: github-actions
Expand Down Expand Up @@ -104,7 +105,7 @@ jobs:
container: fedora:${{ matrix.container }}
strategy:
matrix:
container: [38, 39]
container: [39, 40]
steps:
- name: Install Deps
run: |
Expand Down Expand Up @@ -186,7 +187,6 @@ jobs:
uses: ilammy/msvc-dev-cmd@v1
with:
arch: x64
sdk: 10.0.19041.0
- name: Install WiX
run: |
dotnet tool install -g wix --version 5.0.0
Expand Down
1 change: 1 addition & 0 deletions qdigidoc4.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
<File Name="XalanMessages_1_12$(var.qt_suffix).dll" />
<File Name="Xalan-C_1_12$(var.qt_suffix).dll" />
<File Name="xsec_2_0$(var.qt_suffix).dll" />
<File Name="libxml2.dll" />
<File Name="digidocpp$(var.qt_suffix).dll" />
<File Name="digidoc-tool.exe" />
<File Name="digidocpp.conf" />
Expand Down

0 comments on commit afd3ae1

Please sign in to comment.