Merge commit 'ohaitch/travis-master^'

Better way of doing this
This commit is contained in:
Raymond Pasco 2017-06-13 20:43:15 -07:00
commit 7b926e017f
2 changed files with 6 additions and 8 deletions

View File

@ -1,7 +1,4 @@
language: c
before_script:
- curl -L https://github.com/libuv/libuv/archive/v1.x.tar.gz | tar xzf -
- (cd libuv-1.x && ./autogen.sh && ./configure --prefix=/usr && make && sudo make install)
script: make && make test # no ./configure
# Uncomment me if this gets annoying
@ -11,6 +8,10 @@ script: make && make test # no ./configure
addons:
apt:
sources:
# precise, which is the default, doesn't have an official libuv1 package
- sourceline: 'deb http://us.archive.ubuntu.com/ubuntu/ xenial universe'
#
packages:
- libgmp3-dev
- libsigsegv-dev
@ -19,13 +20,10 @@ addons:
- libncurses5-dev
- make
- exuberant-ctags
- automake
- autoconf
- libtool
- libuv1-dev
- g++
- ragel
- cmake
- re2c
- libcurl4-gnutls-dev
- python

View File

@ -9,7 +9,7 @@ If you're doing development on Urbit, keep reading.
# Build instructions
[![Build Status](https://travis-ci.org/urbit/urbit.svg?branch=maint-0.4)](https://travis-ci.org/urbit/urbit)
[![Build Status](https://travis-ci.org/urbit/urbit.svg?branch=master)](https://travis-ci.org/urbit/urbit)
## External dependencies