mirror of
https://github.com/darlinghq/xcbuild.git
synced 2024-11-27 05:50:27 +00:00
Add Travis-CI configuration for automated testing.
This commit is contained in:
parent
98c37ba5e6
commit
1fd9371724
28
.travis.yml
Normal file
28
.travis.yml
Normal file
@ -0,0 +1,28 @@
|
||||
language: generic
|
||||
|
||||
script:
|
||||
- make
|
||||
- make test
|
||||
|
||||
sudo: false
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- os: linux
|
||||
dist: trusty
|
||||
compiler: gcc
|
||||
addons:
|
||||
apt:
|
||||
sources: kalakris-cmake
|
||||
packages:
|
||||
- libxml2-dev
|
||||
- ninja-build
|
||||
- cmake
|
||||
- os: osx
|
||||
osx_image: xcode7.2
|
||||
compiler: clang
|
||||
before_install:
|
||||
- brew update
|
||||
install:
|
||||
- brew reinstall cmake
|
||||
- brew reinstall ninja
|
Loading…
Reference in New Issue
Block a user