[Issue 16613] New: integrate dub project tester with dlang's CI
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Fri Oct 14 08:35:42 PDT 2016
https://issues.dlang.org/show_bug.cgi?id=16613
Issue ID: 16613
Summary: integrate dub project tester with dlang's CI
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P1
Component: tools
Assignee: nobody at puremagic.com
Reporter: code at dawg.eu
We should start to test dlang PRs against stable versions of major dub projects
to reduce the amount of breaking changes and regressions.
There is already a basic Jenkins setup at
https://github.com/MartinNowak/project_tester
though it still tests unstable master branches of the packages.
This service should integrate w/ Github's CI status and run against all PRs.
Identifying major dub projects can be done using code.dlang.org's API to get
recent download numbers.
--
More information about the Digitalmars-d-bugs
mailing list