@@ -50,7 +50,7 @@ levels as the example files.
5050 the module can be patched or further configured.
5151
5252 - Define shared (default) or static builds (for executables and libraries).
53-
53+
5454 - Define optimized (default) or debug builds.
5555
5656 - Run tests (using the EPICS build system, i.e., ` make runtests `
@@ -76,7 +76,7 @@ and limitations.
7676 - Cross-compile for RTEMS 4.9 and 4.10 (pc386, Base >= 3.15)
7777 - Cross-compile for RTEMS 5 (10 BSPs, Base >= 7.0.5.1)
7878 - Built dependencies are cached (for faster builds).
79-
79+
8080See specific
8181** [ ci-scripts on Travis-CI README] ( travis/README.md ) **
8282for more details.
@@ -85,7 +85,7 @@ for more details.
8585 - One parallel runner (all builds are sequential)
8686 - Windows Server 2012/2016/2019
8787 - Compile using gcc/MinGW or different Visual Studio versions: \
88- 2010, 2012, 2013, 2015, 2017, 2019
88+ 2010, 2012, 2013, 2015, 2017, 2019, 2022
8989 - Compile for Windows 32bit and 64bit
9090 - No useful caching available.
9191
@@ -95,10 +95,10 @@ for more details.
9595
9696### [ GitHub Actions] ( https://github.com/ )
9797 - 20 parallel runners on Linux/Windows (5 runners on MacOS)
98- - Ubuntu 16/18/20, MacOS 10.15, Windows Server 2016/2019
98+ - Ubuntu 16/18/20, MacOS 10.15, Windows Server 2016/2019/2022
9999 - Compile natively on Linux (gcc, clang)
100100 - Compile natively on MacOS (clang)
101- - Compile natively on Windows (gcc/MinGW, Visual Studio 2017 & 2019)
101+ - Compile natively on Windows (gcc/MinGW, Visual Studio 2017/ 2019/2022 )
102102 - Cross-compile for Windows 32bit and 64bit using MinGW and WINE
103103 - Cross-compile for RTEMS 4.9 and 4.10 (pc386, Base >= 3.15)
104104 - Cross-compile for RTEMS 5 (10 BSPs, Base >= 7.0.5.1)
@@ -112,7 +112,7 @@ for more details.
112112
113113 - Docker-based runners on Linux (one VM instance per job)
114114 - Can use any Docker image from Dockerhub (the examples use
115- ` ubuntu:bionic ` )
115+ ` ubuntu:bionic ` )
116116 - Compile natively using different compilers (gcc, clang)
117117 - Cross-compile for Windows 32bit and 64bit using MinGW and WINE
118118 - Cross-compile for RTEMS 4.9 and 4.10 (pc386, Base >= 3.15)
0 commit comments