-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.travis.yml
57 lines (50 loc) · 1.01 KB
/
.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
sudo: required
# barest possible VM
language: c
cache:
directories:
- $HOME/.stack
- $HOME/.cabal
#- $HOME/.stack_build
addons:
apt:
packages:
- libgmp-dev
env:
# 3.x
- CMD="range 3 0 22"
# 4.x
- CMD="range 4 0 2"
# 5.x
- CMD="range 5 0 18"
# 6.x
- CMD="range 6 0 35"
# 7.x
- CMD="range 7 0 24"
# 8.x
- CMD="range 8 0 24"
# 9.x
- CMD="range 9 0 21"
# 10.x
- CMD="range 10 0 10"
# 11.x
- CMD="range 11 0 22"
# 12.x
- CMD="range 12 0 26"
# 13.x
- CMD="range 13 0 30"
# 14.x
- CMD="range 14 0 20"
# Default in stack.yaml
- CMD="default"
before_install:
- mkdir -p $HOME/.local/bin
- export PATH=$HOME/.local/bin:$PATH
- travis_retry bash scripts/install_stack_download.sh
- hash -r
script:
- stack --version | head -1
- bash scripts/run_tests.sh $CMD
#after_script:
#- travis_retry curl -L https://github.com/rubik/stack-hpc-coveralls/releases/download/v0.0.4.0/shc-linux-x64-8.0.1.tar.bz2 | tar -xj
#- ./shc --partial-coverage --repo-token=${COVERALLS_TOKEN} escape-artist escape-artist-spec-test