Experiments with declarative apt and OSX.

This commit is contained in:
David Given 2016-10-16 18:16:30 +02:00
parent bbac1193ff
commit 714d8985c8

View file

@ -1,5 +1,17 @@
before_install:
- sudo apt-get install ed lua5.1 liblua5.1-posix1 ninja-build
matrix:
include:
- os: linux
- os: osx
before_install:
- brew update
addons:
apt:
packages:
- ed
- lua5.1
- liblua5.1-posix1
git:
depth: 10
language: c
script:
- make PREFIX=/tmp/acki -j4