Commit eeda2a24 authored by Mouse's avatar Mouse

Enabling MacOS in Travis CI

parent 59337e46
...@@ -9,7 +9,7 @@ os: ...@@ -9,7 +9,7 @@ os:
- osx - osx
# Linux # Linux
dist: xenial #dist: xenial
sudo: required sudo: required
# OS X only supports one image. Use the latest. # OS X only supports one image. Use the latest.
...@@ -18,9 +18,18 @@ osx_image: xcode10.1 ...@@ -18,9 +18,18 @@ osx_image: xcode10.1
env: env:
- TASK=check CONFIG_FLAGS="--enable-Werror --enable-test-Werror --enable-code-coverage" - TASK=check CONFIG_FLAGS="--enable-Werror --enable-test-Werror --enable-code-coverage"
- TASK=distcheck - TASK=distcheck
matrix:
exclude:
- os: osx
compiler: gcc
before_install: before_install:
- sudo apt-get install -y gcc-multilib lcov libasan* - |
- gem install coveralls-lcov if [[ "$TRAVIS_OS_NAME" == Linux ]]; then
sudo apt-get install -y gcc-multilib lcov libasan*
gem install coveralls-lcov
fi
script: script:
- autoreconf -iv - autoreconf -iv
- ./configure $CONFIG_FLAGS - ./configure $CONFIG_FLAGS
......
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