travis: pre-install re2c for MacOS builds (sequencer)

This commit is contained in:
Ralph Lange
2019-11-21 11:04:51 +01:00
parent c734ef9ce9
commit a3858715a2
2 changed files with 2 additions and 0 deletions

View File

@@ -105,3 +105,4 @@ matrix:
- env: SET=test01
os: osx
compiler: clang
addons: { homebrew: { packages: ["re2c"], update: true } }

View File

@@ -97,6 +97,7 @@ matrix:
- env: BASE=7.0
os: osx
compiler: clang
addons: { homebrew: { packages: ["re2c"], update: true } }
# All above jobs can be defined for other branches or releases of EPICS Base
# by setting BASE to the branch name or release tag name, e.g.