Commit 5bc58ea6 by Zachary Snow

switch to macOS Travis CI builds

parent d4284163
# base on: https://raw.githubusercontent.com/commercialhaskell/stack/stable/doc/travis-simple.yml os: osx
dist: xenial
language: generic language: generic
...@@ -9,16 +7,11 @@ cache: ...@@ -9,16 +7,11 @@ cache:
- $HOME/.stack - $HOME/.stack
addons: addons:
apt: homebrew:
packages: packages:
- libgmp-dev - haskell-stack
- shunit2 - shunit2
- iverilog - icarus-verilog
before_install:
- mkdir -p ~/.local/bin
- export PATH=$HOME/.local/bin:$PATH
- travis_retry curl -L https://get.haskellstack.org/stable/linux-x86_64.tar.gz | tar xz --wildcards --strip-components=1 -C ~/.local/bin '*/stack'
install: install:
make make
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment