Commit a646a858 by Zachary Snow

Travis CI

parent 713fb8a6
# base on: https://raw.githubusercontent.com/commercialhaskell/stack/stable/doc/travis-simple.yml
dist: xenial
language: generic
cache:
directories:
- $HOME/.stack
addons:
apt:
packages:
- libgmp-dev
- shunit2
- iverilog
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:
make
script:
make test
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