-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.travis.yml
21 lines (21 loc) · 901 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
language: cpp
compiler:
- gcc
before_install:
- sudo add-apt-repository --yes ppa:ubuntu-toolchain-r/test
- sudo apt-get -qq update
install:
- sudo apt-get -qq install rake openjdk-7-jdk autotools-dev libltdl-dev libtool autoconf autopoint libboost-all-dev
- sudo apt-get -qq install genromfs zfs-fuse autoconf ant libffi-dev ruby bison gyp git build-essential
- sudo apt-get -qq install qemu-utils qemu-kvm bridge-utils libvirt0 libvirt-bin
- sudo apt-get -qq install g++-4.8
- cd ../
- mkdir libuv
- cd libuv
- wget https://launchpad.net/ubuntu/+archive/primary/+files/libuv-dev_0.10.18-1_amd64.deb
- wget https://launchpad.net/ubuntu/+archive/primary/+files/libuv0.10-dbg_0.10.18-1_amd64.deb
- wget https://launchpad.net/ubuntu/+archive/primary/+files/libuv0.10_0.10.18-1_amd64.deb
- sudo dpkg -i libuv*.deb
- cd ../uosv
script:
- ./build.sh CC=gcc-4.8 CXX=g++-4.8