-
Notifications
You must be signed in to change notification settings - Fork 20
/
.travis.yml
36 lines (32 loc) · 833 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
26
27
28
29
30
31
32
33
34
35
36
language: cpp
sudo: false
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- build-essential
- g++-4.8
- gcc-4.8
- libbz2-1.0:i386
- lib32ncurses5
- lib32z1
install:
# install the quantracker dependencies
- echo retrieving and building the installer
- mkdir air_installer_tmp && cd air_installer_tmp
- wget https://github.com/kwikius/air_installer/archive/master.zip
- unzip master.zip
- cd air_installer-master
- make clean && make CXX="g++-4.8"
- mkdir /home/travis/ap_lib
- mkdir /home/travis/ap_bin
- echo executing the installer
- make execute
- cd ../
- echo cleaning up the installer
- rm -rf air_installer_tmp
- cd ../
script: >
mv /home/travis/ap_lib/quantracker/Dependencies.mk ./Dependencies.mk
&& make osd_libs