Skip to content

MrC-D3/design_patterns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What to do on a docker container (ubuntu:20.04 or 22.04): apt-get update apt-get install -y locales git python-is-python3 python3-pip gcc-9 vim gdb wget pip install cmake==3.25.2 conan==1.59.0 Install from source: GTest Boost Valgrind

What to do to work with GitHub Actions CI/CD.

  • Create at least one .yml/.yaml file in .github/workflows/.
  • You can name it as you want.
  • You can even have more than one (e.g.: main, docs, etc.) and each will create an indipendent workflow.
  • https://github.com/actions/runner-images: available images to run on.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published