-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
38 lines (31 loc) · 1.34 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
language:
- cpp
- python
python:
- "2.7"
compiler: gcc
sudo: required
before_install:
- sudo apt-add-repository ppa:boost-latest -y
- sudo apt-add-repository ppa:mapnik/boost-backports-1-54 -y
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
- sudo apt-get clean -qq
- sudo apt-get update -qq
- sudo apt-get install -y libboost1.54-all-dev swig libc6-i386 lib32stdc++6 make time
- sudo apt-get install -y python python-setuptools python-numpy python-pandas python-matplotlib python-cogent python-imaging python-qt4 python-pip python-lxml
- if [ "$CXX" = "g++" ]; then sudo apt-get install -y g++-4.8; fi
- if [ "$CXX" = "g++" ]; then sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 50; fi
- if [ "$CXX" = "g++" ]; then sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 50; fi
- sudo easy_install -U ete2
- sudo easy_install -U hcluster
- sudo easy_install -U bitarray
- sed -i 's/TIME_UTC/TIME_UTC_/' src/libs/threadpool/boost/./threadpool/./detail/../task_adaptors.hpp
install:
- GEN_SHARED=true make jelly cnidaria run
script:
- scripts/cnidaria.py -h
- cd test && ./unpack.sh && cd ..
- SAMPLEDATA=true NOIMAGE=true make -C test print
- SAMPLEDATA=true NOIMAGE=true make -C test jfs
- SAMPLEDATA=true NOIMAGE=true make -C test maker
- make -C test/out/test/test