forked from gimli-org/gimli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
57 lines (48 loc) · 1.32 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
# Configuration file for continous integration using travis.
# See build results on http://travis-ci.org/gimli-org/gimli
# Before commiting changes to this file, check consistency on http://lint.travis-ci.org/
# Most explicit routing to GCE Precise
sudo: required
dist: precise
group: edge
language: cpp
compiler: clang
os:
- linux
#- osx
branches:
only:
- dev
osx_image: xcode7.2b2
addons:
apt:
packages:
- build-essential
- clang-3.6
- libclang-3.6-dev
- llvm-3.6
- libllvm-3.6-ocaml-dev
- libblas-dev
- liblapack-dev
- libsuitesparse-dev
- libedit-dev
- coreutils
- python3-dev
- python3-numpy
- cmake
- liboost-all-dev
before_install:
# hack automatic OS detection
- echo 'NAME="Ubuntu"' | sudo tee /etc/os-release
- echo 'VERSION="14.04.2 LTS, Trusty Tahr"' | sudo tee -a /etc/os-release
- echo 'ID=ubuntu' | sudo tee -a /etc/os-release
- echo 'ID_LIKE=debian' | sudo tee -a /etc/os-release
- echo 'PRETTY_NAME="Ubuntu 14.04.2 LTS"' | sudo tee -a /etc/os-release
- echo 'VERSION_ID="14.04"' | sudo tee -a /etc/os-release
- echo 'HOME_URL="http://www.ubuntu.com/"' | sudo tee -a /etc/os-release
install:
- curl -sL http://install.pygimli.org | bash -s py=3 j=4
#notifications:
#email:
#recipients: