Commit 6c4e1649 authored by Federico G. Schwindt's avatar Federico G. Schwindt

First stab at osx on travis-ci

parent 0ce6f9b3
......@@ -3,11 +3,16 @@ language: c
compiler:
- clang
- gcc
os:
- linux
- osx
addons:
apt:
packages:
- python-docutils
before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install docutils; fi
- ./autogen.sh
- ./configure
sudo: false
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment