mirror of https://github.com/YosysHQ/yosys.git
Add osx tests using brew bundle
This commit is contained in:
parent
30396270a2
commit
de0797f073
|
@ -32,3 +32,4 @@ compiler:
|
|||
- gcc
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
brew "bison"
|
||||
brew "flex"
|
||||
brew "gawk"
|
||||
brew "libffi"
|
||||
brew "git"
|
||||
brew "mercurial"
|
||||
brew "graphviz"
|
||||
brew "pkg-config"
|
||||
brew "python3"
|
|
@ -57,8 +57,7 @@ prerequisites for building yosys:
|
|||
|
||||
Similarily, on Mac OS X MacPorts or Homebrew can be used to install dependencies:
|
||||
|
||||
$ brew install bison flex gawk libffi \
|
||||
git mercurial graphviz pkg-config python3
|
||||
$ brew tap Homebrew/bundle && brew bundle \
|
||||
$ sudo port install bison flex readline gawk libffi \
|
||||
git mercurial graphviz pkgconfig python36
|
||||
|
||||
|
|
Loading…
Reference in New Issue