1
0
Fork 0
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:
Michael Unknown 2022-04-05 23:20:29 +02:00
parent 11319c5e0b
commit 4b6cac32a6
4 changed files with 158 additions and 2 deletions

View file

@ -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
)