mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-09-03 07:30:53 +02:00
add docker ci/cd
This commit is contained in:
parent
11319c5e0b
commit
4b6cac32a6
4 changed files with 158 additions and 2 deletions
|
|
@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.14...3.22)
|
|||
|
||||
project(
|
||||
GreeterStandalone
|
||||
DESCRIPTION "A standalone minimal webserver application using the Crow framework"
|
||||
DESCRIPTION "A standalone minimal webapi application using the Crow framework"
|
||||
LANGUAGES CXX
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue