Update .travis.yml to use meson

This commit is contained in:
mikolajp 2018-02-25 14:32:41 +08:00
parent d81c5aa116
commit 9bea798892

View File

@ -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