Hello world C++ CLI application.
Install prerequisites:
sudo apt update
sudo apt install build-essential g++ cmake gitBuild:
mkdir build
pushd build
cmake ..
makeUse:
./cpp-cliTests:
./test_unit
../tests/test_integration.shCleanup:
popd
rm -rf build/GitHub organization settings:
- GitHub.com -> organization -> Settings -> Packages -> Packages permissions
- Package creation
- Public: on
- Package creation
Docker build and run:
sudo docker run --rm $(sudo docker build -q .)