Commit 812604c 1 parent b40f372 commit 812604c Copy full SHA for 812604c
File tree 1 file changed +15
-15
lines changed
1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change 70
70
container : variar/klogg_oracle8
71
71
cmake_opts : -DCMAKE_BUILD_WITH_INSTALL_RPATH=on
72
72
73
- - os : ubuntu_bionic
74
- os_version : 18.04
75
- arch : x64
76
- check_command : apt-get update && apt install --dry-run /usr/local/klogg*.deb
77
- cpack_gen : DEB
78
- artifacts_id : bionic
79
- package_suffix : deb
80
- check_container : ubuntu:18.04
81
- container_root : docker/ubuntu18.04
82
- container : variar/klogg_ubuntu18.04
83
- cmake_opts : -DKLOGG_USE_LTO=OFF
84
-
85
73
- os : ubuntu_focal
86
74
os_version : 20.04
87
75
arch : x64
@@ -106,16 +94,28 @@ jobs:
106
94
container : variar/klogg_ubuntu22.04
107
95
cmake_opts :
108
96
97
+ - os : ubuntu_noble
98
+ os_version : 24.04
99
+ arch : x64
100
+ check_command : apt-get update && apt install --dry-run /usr/local/klogg*.deb
101
+ cpack_gen : DEB
102
+ artifacts_id : noble
103
+ package_suffix : deb
104
+ check_container : ubuntu:24.04
105
+ container_root : docker/ubuntu24.04
106
+ container : variar/klogg_ubuntu24.04
107
+ cmake_opts :
108
+
109
109
- os : ubuntu_appimage
110
- os_version : 18 .04
110
+ os_version : 20 .04
111
111
arch : x64
112
112
# check_command: apt-get update && apt install --dry-run /usr/local/klogg*.deb
113
113
# cpack_gen: DEB
114
114
artifacts_id : appimage
115
115
package_suffix : AppImage
116
116
# check_container: ubuntu:18.04
117
- container_root : docker/ubuntu18 .04_qt5.15
118
- container : variar/klogg_ubuntu18 .04_qt5.15
117
+ container_root : docker/ubuntu20 .04_qt5.15
118
+ container : variar/klogg_ubuntu20 .04_qt5.15
119
119
cmake_opts : -DKLOGG_USE_LTO=OFF -DCMAKE_PREFIX_PATH=/opt/qt515/
120
120
121
121
You can’t perform that action at this time.
0 commit comments