Skip to content

Add action to build and test using more Ubuntu releases#15

Merged
thus merged 6 commits intomasterfrom
thus-actions-more-ubuntu-releases-v1
Dec 27, 2023
Merged

Add action to build and test using more Ubuntu releases#15
thus merged 6 commits intomasterfrom
thus-actions-more-ubuntu-releases-v1

Conversation

@thus
Copy link
Owner

@thus thus commented Dec 27, 2023

Build and test using Ubuntu 16.04, 18.04, 20.04 and 22.04.

thus added 6 commits December 26, 2023 22:33
C17 is too new for a lot of the distros out there, so use C11
instead.
This saves having to download and install dependencies for every Ubuntu
release twice.
Older versions of cmocka does not have the assert_float_equal() function,
so define it if it is not defined, so we can run the tests on older OS
releases.
Older versions of GCC and Clang warns a lot when initializing structs
with {0}. Silence these warnings with -Wno-missing-field-initializers
-Wno-missing-braces.
@thus thus merged commit 1762e8a into master Dec 27, 2023
@thus thus deleted the thus-actions-more-ubuntu-releases-v1 branch December 27, 2023 23:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant