Background:
To ease the tight policy of AppVeyor a bit - and keep multi-day backlogs from happening too often - we were creating multiple accounts on AppVeyor and split the CI jobs between them by branch / project:
epics-base
Base (7.0, manual, using .appveyor.yml), pvAccess, pvData, ci-scripts (only tags, no PRs), pva2pva
epics-modules
ci-scripts, gtest, pcas
epics-base-7
Base (branch 7.0, using .appveyor/epics-base-7.yml)
epics-base-3
Base (branch 3.15, using .appveyor/epics-base-3.yml)
So, the top level .appveyor.yml could probably be removed if the manual epics-base build points to the same configuration as the epics-base-7 build.
New builds for the automated 7.0 branch CI should go to .appveyor/epics-base-7.yml
Cheers,
~Ralph