Skip to content

gh-ci/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

GitHub organization settings:

  • GitHub.com -> organization -> Settings -> Packages -> Packages permissions
    • Package creation
      • Public: on

Docker build and run:

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

About

C++ CLI demo project.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors 2

  •  
  •  

Languages