From de0797f0732fa4bf05a3d513fbdf6e2f8120db51 Mon Sep 17 00:00:00 2001 From: Stephen Groat Date: Wed, 27 Sep 2017 16:49:03 -0700 Subject: [PATCH] Add osx tests using brew bundle --- .travis.yml | 1 + Brewfile | 9 +++++++++ README.md | 3 +-- 3 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 Brewfile diff --git a/.travis.yml b/.travis.yml index 9f0cc06e7..cff8a5968 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,3 +32,4 @@ compiler: - gcc os: - linux + - osx diff --git a/Brewfile b/Brewfile new file mode 100644 index 000000000..d7cd05bf1 --- /dev/null +++ b/Brewfile @@ -0,0 +1,9 @@ +brew "bison" +brew "flex" +brew "gawk" +brew "libffi" +brew "git" +brew "mercurial" +brew "graphviz" +brew "pkg-config" +brew "python3" diff --git a/README.md b/README.md index 7c4dbf0c5..add626c01 100644 --- a/README.md +++ b/README.md @@ -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 -- 2.30.2