From a3858715a213fc990c0da193bb4c29005b7da362 Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Thu, 21 Nov 2019 11:04:51 +0100 Subject: [PATCH] travis: pre-install re2c for MacOS builds (sequencer) --- .travis.yml | 1 + travis/.travis.yml.example-full | 1 + 2 files changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index dd9371b..0c37dd2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -105,3 +105,4 @@ matrix: - env: SET=test01 os: osx compiler: clang + addons: { homebrew: { packages: ["re2c"], update: true } } diff --git a/travis/.travis.yml.example-full b/travis/.travis.yml.example-full index 7f7ac45..18eed45 100644 --- a/travis/.travis.yml.example-full +++ b/travis/.travis.yml.example-full @@ -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.