Skip to content

EugeneSamsonov/c_graphics_task1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Samsonov_EE

c_graphics_task1

  1. create an empty public github repo
  2. copy this repo to your repo(all except .git/)
  3. сomplete the task (edit code in src/).
  4. check build and tests
mkdir build
cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug
cmake --build build
ctest --test-dir build --verbose
  1. add your ID on top of README.md (surname + initials, e.g. magomedov_mm)
  2. commit and push (dont commit build/)
  3. open Actions and check the pipeline (build + test)

About

task1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 83.9%
  • CMake 16.1%