Skip to content

Commit 496e579

Browse files
dwsuseigaw
authored andcommitted
build: Streamline workflows with nvme-cli
Make the build workflow similiar to the one we have in nvme-cli. - Explicitly configure release/debug build - Explicitly set wrap mode - Explicitly enable/disable --werror (disable it for fallbacks) - Cleanup install depedencies - Merge muon.yml into build.yml - Move coverage into coverage.yml Signed-off-by: Daniel Wagner <[email protected]>
1 parent 7ea5ab7 commit 496e579

6 files changed

Lines changed: 259 additions & 146 deletions

File tree

.github/cross/clang.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[binaries]
2+
c = 'clang'
3+
cpp = 'clang++'
4+
strip = 'strip'
5+
pkgconfig = 'pkg-config'

0 commit comments

Comments
 (0)