epics-base / ci-scripts

Continuous Integration Scripts for EPICS Modules
Other
8 stars 18 forks source link

Use python script on all platforms #30

Closed ralphlange closed 4 years ago

ralphlange commented 4 years ago

To improve maintainability, the Python based approach used in do.py for AppVeyor should be extended to all platforms and CI services.

This will require a major restructuring of the code to allow implementations for specific Operating Systems and CI platforms to override/extend functions of the script.