Skip to content

Commit ad33d3e

Browse files
committed
ci: Update to Ubuntu 24.04
1 parent a90537e commit ad33d3e

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

contrib/ci/Dockerfile-ubuntu

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# Docker file for PoMiDAQ CI
33
#
4-
FROM ubuntu:jammy
4+
FROM ubuntu:noble
55

66
# prepare
77
RUN apt-get update -qq

contrib/ci/cibuild.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ cmake -G Ninja \
2222

2323
# Build, Test & Install
2424
ninja
25-
ninja test
25+
CTEST_OUTPUT_ON_FAILURE=1 ninja test -v
2626
DESTDIR=/tmp/install_root/ ninja install
2727
cd ..
2828
rm -rf build/

data/io.github.bothlab.pomidaq.metainfo.xml

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99

1010
<metadata_license>FSFAP</metadata_license>
1111
<project_license>LGPL-3.0+</project_license>
12-
<developer_name translate="no">Matthias Klumpp</developer_name>
12+
<developer id="net.tenstral.matthias">
13+
<name translate="no">Matthias Klumpp</name>
14+
</developer>
1315

1416
<description>
1517
<p>

0 commit comments

Comments
 (0)