Skip to content

xebis-test/cpp-cli

 
 

Repository files navigation

cpp-cli

Hello world C++ CLI application

Features

  • CI on PR or merge to the main branch
  • Release on merge to the main branch

Development and Testing

Install prerequisites:

sudo apt update
sudo apt install build-essential g++ cmake git

Build:

mkdir build
pushd build
cmake ..
make

Use:

./cpp-cli

Tests:

./test_unit
../tests/test_integration.sh

Cleanup:

popd
rm -rf build/

Distribution

Docker build and run:

sudo docker run --rm $(sudo docker build -q .)

About

C++ CLI demo project.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • C++ 99.9%
  • Other 0.1%