issues
search
epics-base
/
ci-scripts
Continuous Integration Scripts for EPICS Modules
Other
8
stars
18
forks
source link
Add support for GitHub Actions
#52
Closed
ralphlange
closed
4 years ago
ralphlange
commented
4 years ago
This PR adds support for GitHub Actions.
Features:
20 parallel runners on Linux/Windows (5 runners on MacOS)
Ubuntu 16/18/20, MacOS 10.15, Windows Server 2016/2019
Compile natively on Linux (gcc, clang)
Compile natively on MacOS (clang)
Compile natively on Windows (gcc/MinGW, Visual Studio 2017 & 2019)
Cross-compile for Windows 32bit and 64bit using MinGW and WINE
Cross-compile for RTEMS 4.9 and 4.10 (Base >= 3.15)
Caching not supported yet.
This PR adds support for GitHub Actions.
Features: