File: //home/ubuntu/neovim/.deps/build/src/unibilium/.travis.yml
dist: xenial
language: c
env:
global:
MAKEFLAGS="-j2"
addons:
apt:
packages:
- libtool-bin
script:
- make
- make test
- sudo make install
jobs:
include:
- name: gcc
compiler: gcc
- name: clang
compiler: clang
- name: gcc (cmake)
compiler: gcc
script:
- (mkdir build-cmake && cd build-cmake && cmake .. && make)
- make test LIBRARY=$PWD/build-cmake/libunibilium.a OBJECTS=
- (cd build-cmake && sudo make install)
- name: "macOS: clang"
os: osx
compiler: clang
osx_image: xcode10.2 # macOS 10.14