mirror of https://github.com/YosysHQ/abc.git
travis-ci: macOS changes:
(1) updated to a newer macOS image (2) switch to use the Homebrew addon instead of command line
This commit is contained in:
parent
f433931075
commit
a693af9f62
|
|
@ -19,10 +19,11 @@ matrix:
|
|||
DEMO_ARGS: -DABC_NAMESPACE=xxx
|
||||
|
||||
- os: osx
|
||||
osx_image: xcode8
|
||||
before_install:
|
||||
- brew update
|
||||
- brew install readline
|
||||
osx_image: xcode10
|
||||
addons:
|
||||
homebrew:
|
||||
packages:
|
||||
- readline
|
||||
|
||||
script:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue