forked from distributed-system-analysis/pbench
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
25 lines (25 loc) · 809 Bytes
/
.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
dist: precise
language: perl
perl:
- "5.20"
- "5.18"
- "5.16"
- "5.10"
before_install:
- sudo apt-get update
install:
- sudo apt-get install python python-pip bc libjson-perl libswitch-perl realpath
- sudo pip install configtools elasticsearch
- sudo apt-get install python-software-properties
- sudo add-apt-repository ppa:fkrull/deadsnakes -y
- sudo apt-get update
- sudo apt-get install python3.5 --force-yes -y
- sudo wget -O /tmp/get-pip.py https://bootstrap.pypa.io/get-pip.py
- sudo python3.5 /tmp/get-pip.py
- sudo pip install 'configtools<0.4.0' elasticsearch
- sudo ln -sf python3.5 /usr/bin/python3
script:
- LANG=C ./agent/bench-scripts/unittests
- LANG=C ./agent/tool-scripts/postprocess/unittests
- LANG=C ./agent/util-scripts/unittests
- LANG=C ./server/pbench/bin/unittests