Skip to content
Snippets Groups Projects

ci: add DCO compliance step and merge request workflow

Merged Stefan Schmidt requested to merge stefanschmidt/eddie:ci-fix into main
4 files
+ 18
9
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -6,7 +6,7 @@ set(VERSION_MINOR 1)
find_package(PkgConfig REQUIRED)
find_package(Threads)
pkg_check_modules(Coap REQUIRED IMPORTED_TARGET libcoap-3)
pkg_check_modules(Coap REQUIRED IMPORTED_TARGET libcoap-3-openssl)
if(CMAKE_BUILD_TYPE STREQUAL "DEBUG")
add_compile_definitions(DEBUG)
@@ -14,4 +14,4 @@ endif()
add_library(${PROJECT_NAME} src/CoapClient.cpp src/CoapServer.cpp)
target_include_directories(${PROJECT_NAME} PUBLIC ${PROJECT_SOURCE_DIR}/include)
target_link_libraries(${PROJECT_NAME} ${CMAKE_THREAD_LIBS_INIT})
\ No newline at end of file
target_link_libraries(${PROJECT_NAME} ${CMAKE_THREAD_LIBS_INIT})
Loading