Add osx tests using brew bundle
authorStephen Groat <stephengroat@Stephens-MacBook-Pro.local>
Wed, 27 Sep 2017 23:49:03 +0000 (16:49 -0700)
committerStephen Groat <stephengroat@Stephens-MacBook-Pro.local>
Wed, 27 Sep 2017 23:49:03 +0000 (16:49 -0700)
.travis.yml
Brewfile [new file with mode: 0644]
README.md

index 9f0cc06e7ab3c63c8101050adee5710208ae2314..cff8a59688c9f0b5db0ae6eb35afe7588a5569a8 100644 (file)
@@ -32,3 +32,4 @@ compiler:
   - gcc
 os:
   - linux
+  - osx
diff --git a/Brewfile b/Brewfile
new file mode 100644 (file)
index 0000000..d7cd05b
--- /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"
index 7c4dbf0c531e663e01e5c4ad8166f402776ffa8a..add626c014b1f16aeb8328a8d8f15238213e9198 100644 (file)
--- 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