mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-28 03:00:15 +03:00
Merge commit 'ohaitch/travis-master^'
Better way of doing this
This commit is contained in:
commit
7b926e017f
12
.travis.yml
12
.travis.yml
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user