mirror of
https://github.com/urbit/shrub.git
synced 2024-12-26 05:23:35 +03:00
Update .travis.yml to use meson
This commit is contained in:
parent
d81c5aa116
commit
9bea798892
10
.travis.yml
10
.travis.yml
@ -1,5 +1,5 @@
|
|||||||
language: c
|
language: c
|
||||||
script: make && make test # no ./configure
|
script: meson build && cd ./build && ninja
|
||||||
|
|
||||||
# Uncomment me if this gets annoying
|
# Uncomment me if this gets annoying
|
||||||
#
|
#
|
||||||
@ -12,16 +12,12 @@ addons:
|
|||||||
- libgmp3-dev
|
- libgmp3-dev
|
||||||
- libsigsegv-dev
|
- libsigsegv-dev
|
||||||
- openssl
|
- openssl
|
||||||
|
- libuv-dev
|
||||||
- libssl-dev
|
- libssl-dev
|
||||||
- libncurses5-dev
|
- libncurses5-dev
|
||||||
- make
|
- meson
|
||||||
- exuberant-ctags
|
|
||||||
- automake
|
|
||||||
- autoconf
|
|
||||||
- libtool
|
|
||||||
- g++
|
- g++
|
||||||
- ragel
|
- ragel
|
||||||
- cmake
|
|
||||||
- re2c
|
- re2c
|
||||||
- libcurl4-gnutls-dev
|
- libcurl4-gnutls-dev
|
||||||
- python
|
- python
|
||||||
|
Loading…
Reference in New Issue
Block a user