Hacker News new | ask | show | jobs
by yazr 3264 days ago
Can you please comment on this code base ? Which tools / build chain r u using ? Did the actual compile take 1hr or the full CI/test ?

Did u try use any parallelization ? I am curious because i am working on a "smart" parallelizer builder

1 comments

Yeah each build would take about an hour, 4-5 hours for the whole CI/test to get finished. It was crossed complied so there was an MSBuild and a gcc build. It was sone in serial since we didn't want to waste time building the release if the testing or QA builds failed.