DSCI pipeline to build c++ project using cmake
This story is from 2026-09-24. It is preserved in the archive; the latest stories are on the live feed.
π Repository layout . βββ .dsci/ β βββ jobs.yaml # pipeline definition β βββ build_job/ # ββ Job 1 β Build & package β βββ config.yaml # default job parameters β βββ job.bash # job script β orchestrates tasks β βββ tasks/ β βββ configure/ β β βββ task.bash # cmake configuration β βββ build/ β β βββ¦
Read the full story at DEV Community β AI β
Timeline Β· 1 report
- 2026-09-24 18:55 Β· DEV Community β AI
DSCI pipeline to build c++ project using cmake