travis: fix RTEMS builds (needs Base >= 3.16.2)

This commit is contained in:
Ralph Lange
2019-11-25 10:37:28 +01:00
parent 8c2cb12d9b
commit 3a811924d0
2 changed files with 80 additions and 2 deletions

View File

@@ -96,11 +96,12 @@ matrix:
compiler: mingw
# Cross-compilation to RTEMS
# (needs EPICS Base >= 3.16.2)
- env: SET=test01 RTEMS=4.10 TEST=NO
- env: BASE=R3.16.2 SET=test01 RTEMS=4.10 TEST=NO
dist: trusty
- env: SET=test01 RTEMS=4.9 TEST=NO
- env: BASE=R3.16.2 SET=test01 RTEMS=4.9 TEST=NO
dist: trusty
# Other gcc versions (adding as an extra package)