forked from BinaryAnalysisPlatform/bap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
61 lines (54 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
language: c
dist: trusty
sudo: required
addons:
apt:
sources:
- avsm
packages:
- camlp4
- camlp4-extra
- clang
- curl
- libcurl4-gnutls-dev
- libgmp-dev
- libssl-dev
- libzip-dev
- llvm
- llvm-3.8-dev
- m4
- ocaml
- ocaml-base
- ocaml-base-nox
- ocaml-compiler-libs
- ocaml-native-compilers
- ocaml-nox
- time
- aspcud
- dejagnu
- jq
- opam
cache:
directories:
- $HOME/save_opam
env:
- OCAML_VERSION=4.04.1
- OCAML_VERSION=4.05
- OCAML_VERSION=4.06
- OCAML_VERSION=4.07 WITH_BUILD_CACHE=true
stage: Compile
script: bash -ex .travis_install.sh
jobs:
include:
- stage: Unit tests, checks and bil tests
env:
- OCAML_VERSION=4.07 WITH_BUILD_CACHE=true
script: bash -ex .run_travis_tests.sh unit_tests
- stage: Unit tests, checks and bil tests
env:
- OCAML_VERSION=4.07 WITH_BUILD_CACHE=true
script: bash -ex .run_travis_tests.sh checks
- stage: Unit tests, checks and bil tests
env:
- OCAML_VERSION=4.07 WITH_BUILD_CACHE=true
script: bash -ex .run_travis_tests.sh veri