3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-24 01:25:33 +00:00

Add osx tests using brew bundle

This commit is contained in:
Stephen Groat 2017-09-27 16:49:03 -07:00
parent 30396270a2
commit de0797f073
3 changed files with 11 additions and 2 deletions

9
Brewfile Normal file
View file

@ -0,0 +1,9 @@
brew "bison"
brew "flex"
brew "gawk"
brew "libffi"
brew "git"
brew "mercurial"
brew "graphviz"
brew "pkg-config"
brew "python3"