forked from HOL-Theorem-Prover/HOL
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
41 lines (38 loc) · 1.1 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
language: c
before_script: developers/travis/before_install.sh
script: poly < tools/smart-configure.sml && bin/build $BUILDOPTS -nograph
notifications:
email:
recipients:
- hol-builds@lists.sourceforge.net
on_success: always
on_failure: always
irc:
channels:
- "irc.freenode.net#hol"
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- ocaml
- g++-4.8
env:
global:
- PATH=$PATH:$HOME/bin LD_LIBRARY_PATH=$HOME/lib
matrix:
- ROOTPOLY= BUILDOPTS=
- ROOTPOLY= BUILDOPTS=-expk
- ROOTPOLY= BUILDOPTS="-seq developers/travis/selftestseq -selftest"
- ROOTPOLY= BUILDOPTS="-expk -seq developers/travis/selftestseq -selftest"
- ROOTPOLY= BUILDOPTS="-seq developers/travis/more_examples_seq -selftest"
- ROOTPOLY= BUILDOPTS="-expk -seq developers/travis/more_examples_seq -selftest"
- 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