Use binary ninja.

This commit is contained in:
mikolajp 2018-02-25 15:27:27 +08:00
parent 423d1a1b77
commit 83fa6161bf

View File

@ -6,6 +6,10 @@ script: meson build && cd ./build && ninja
# notifications:
# email: false
before_install:
- wget https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-linux.zip
- unzip ninja-linux.zip
- sudo mv ninja /usr/bin/
install:
- pip3 install --user meson
@ -18,13 +22,13 @@ addons:
- libuv-dev
- libssl-dev
- libncurses5-dev
- ninja-build
- g++
- ragel
- re2c
- libcurl4-gnutls-dev
- python3
- python3-pip
- unzip
# before_deploy: "make deb" # TODO
deploy:
skip_cleanup: true