etr / libhttpserver

C++ library for creating an embedded Rest HTTP server (and more)
GNU Lesser General Public License v2.1
893 stars 186 forks source link

Add verification build on gcc-11 #296

Open etr opened 1 year ago

etr commented 1 year ago

Description of the Change

Adds verification build on gcc-11

Alternate Designs

N/D

Possible Drawbacks

It might not build on gcc-11, but that's something we should discover early.

Verification Process

Executes new tests at push time on the codebase

Release Notes

Adds verification build on gcc-11