We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a90537e commit ad33d3eCopy full SHA for ad33d3e
contrib/ci/Dockerfile-ubuntu
@@ -1,7 +1,7 @@
1
#
2
# Docker file for PoMiDAQ CI
3
4
-FROM ubuntu:jammy
+FROM ubuntu:noble
5
6
# prepare
7
RUN apt-get update -qq
contrib/ci/cibuild.sh
@@ -22,7 +22,7 @@ cmake -G Ninja \
22
23
# Build, Test & Install
24
ninja
25
-ninja test
+CTEST_OUTPUT_ON_FAILURE=1 ninja test -v
26
DESTDIR=/tmp/install_root/ ninja install
27
cd ..
28
rm -rf build/
data/io.github.bothlab.pomidaq.metainfo.xml
@@ -9,7 +9,9 @@
9
10
<metadata_license>FSFAP</metadata_license>
11
<project_license>LGPL-3.0+</project_license>
12
- <developer_name translate="no">Matthias Klumpp</developer_name>
+ <developer id="net.tenstral.matthias">
13
+ <name translate="no">Matthias Klumpp</name>
14
+ </developer>
15
16
<description>
17
<p>
0 commit comments