Skip to content

Commit 886e5aa

Browse files
update project structure
1 parent 06e754b commit 886e5aa

File tree

4 files changed

+2
-103
lines changed

4 files changed

+2
-103
lines changed

.github/ciimage/Dockerfile.alpine

Lines changed: 0 additions & 32 deletions
This file was deleted.

.github/ciimage/Dockerfile.archlinux

Lines changed: 0 additions & 32 deletions
This file was deleted.

.github/ciimage/Dockerfile.opensuse

Lines changed: 0 additions & 38 deletions
This file was deleted.

meson.build

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ project('Fossil Test', 'c', 'cpp',
55
default_options: [
66
'c_std=c11,c18',
77
'cpp_std=c++20',
8-
'buildtype=release'
8+
'buildtype=release',
9+
'default_library=static'
910
]
1011
)
1112

0 commit comments

Comments
 (0)