service_template
service_template copied to clipboard
Template of a C++ service that uses userver framework. Build, test and CI scripts ready
To use, add `Makefile.local` with the following contents: ```Makefile CMAKE_DEBUG_FLAGS = --preset debug CMAKE_RELEASE_FLAGS = --preset release ```
update macos build
Doesn't work on macOS with CLang compiler, produces following CMake error (CMakeError.log) attached as well: cmake .. -- C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -- C++ compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -- Forcing warnings as errors!...
Closes: #69
Encountered issue while using template: ``` make test-debug ... pycodestyle tests make: pycodestyle: No such file or directory make: *** [Makefile:40: test-debug] Error 127 ... ``` pycodestyle used in makefile,...
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @salmanmkc in actions/checkout#2248 Persist...