forked from HOL-Theorem-Prover/HOL
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
34 lines (32 loc) · 1.09 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
language: c
before_script: developers/travis/before_install.sh
script: eval `opam config env` && poly < tools/smart-configure.sml && bin/build $BUILDOPTS --nograph
notifications:
email:
recipients:
on_success: always
on_failure: always
irc:
channels:
- "irc.freenode.net#hol"
env:
global:
- PATH=$PATH:$HOME/bin LD_LIBRARY_PATH=$HOME/lib
matrix:
- ROOTPOLY= BUILDOPTS=
- ROOTPOLY= BUILDOPTS=--expk
- ROOTPOLY= BUILDOPTS="--seq=developers/travis/selftestseq -t1"
- ROOTPOLY= BUILDOPTS="--expk --seq=developers/travis/selftestseq -t1"
- ROOTPOLY= BUILDOPTS="--seq=developers/travis/more_examples_seq -t1"
- ROOTPOLY= BUILDOPTS="--expk --seq=developers/travis/more_examples_seq -t1"
- ROOTPOLY= GITPOLY=1 BUILDOPTS="--seq=developers/travis/selftestseq"
matrix:
include:
- os: osx
env: ROOTPOLY= BUILDOPTS=
- env: ROOTPOLY=1 BUILDOPTS="--seq developers/travis/selftestseq"
sudo: true
allow_failures:
- os: osx
- env: ROOTPOLY= GITPOLY=1 BUILDOPTS="--seq=developers/travis/selftestseq"