Skip to content

Commit 43b6abd

Browse files
committed
Add debug build with shared_library: ON to CI
1 parent 4cb0c4e commit 43b6abd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/basic.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,11 @@ jobs:
101101
compiler: {c: gcc, cxx: g++}
102102
shared_library: 'ON'
103103
os_provider: 'ON'
104+
- os: 'ubuntu-22.04'
105+
build_type: Debug
106+
compiler: {c: gcc, cxx: g++}
107+
shared_library: 'ON'
108+
os_provider: 'ON'
104109
# test os_provider='OFF' with shared_library='ON'
105110
- os: 'ubuntu-22.04'
106111
build_type: Release

0 commit comments

Comments
 (0)