tmux-mate/.travis.yml
Daniel Harvey cad6111054
Move to Travis CI and add deploy script (#24)
* Use travis CI

* Remove .github
2020-06-04 19:00:08 +01:00

23 lines
339 B
YAML

addons:
apt:
packages:
- libgmp-dev
language: c
sudo: false
cache:
directories:
- $HOME/.local/bin
- $HOME/.stack
os:
- linux
- osx
before_install:
- sh tools/install-stack.sh
- sh tools/install-ghr.sh
script:
- stack setup
- stack test
- stack build --ghc-options -O2 --pedantic
after_success:
- sh tools/attach-binary.sh