Build on Trusty and install the latest cryb-to snapshot.

This commit is contained in:
Dag-Erling Smørgrav 2017-03-22 22:27:32 +01:00
parent 9fc8de2e71
commit 02b42bca7b
1 changed files with 5 additions and 0 deletions

View File

@ -3,9 +3,14 @@ compiler:
- clang
- gcc
dist: trusty
sudo: required
before_install:
- sudo apt-get update -q
- sudo apt-get install -y pkg-config
- wget https://github.com/cryb-to/cryb-to/releases/download/0.20170322/cryb-to_0.20170322-1_amd64.deb
- sudo dpkg -i cryb-to_0.20170322-1_amd64.deb
before_script:
- ./autogen.sh