Skip to content

hlatourette/template-app-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

template-app-cpp

Template C/C++ application

Build

docker build --target=build-export --output type=local,dest=./output .

Test

Unit

docker build --target=build -t templateapp .

Integration

docker build --target=test -t templateapp .
docker run -it --rm templateapp

Run

docker build --target=run -t templateapp .
docker run -it --rm templateapp