-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
29 lines (29 loc) · 899 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
dist: xenial
language: c
cache:
directories:
- $HOME/.stack
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:
- git clone --recursive https://github.com/ucsd-progsys/liquidhaskell ~/liquidhaskell
- cd ~/liquidhaskell && stack install
- cd ${TRAVIS_BUILD_DIR}
- stack --no-terminal --skip-ghc-check build
script:
- stack exec liquid src/Ex02.hs
- stack exec liquid src/Ex03.hs
- stack exec liquid src/Ex041.hs
- stack exec liquid src/Ex042.hs
- stack exec liquid src/Ex05.hs
- stack exec liquid src/Ex06.hs
- stack exec liquid src/Ex062.hs
- stack exec liquid src/Ex06len.hs
- stack exec liquid src/Ex07.hs
- stack exec liquid src/Case01.hs
addons:
apt:
packages:
- z3