Merge pull request #22 from conserver/cirrus-macos

adding macos cirrus task
This commit is contained in:
Bryan Stansell 2019-03-24 19:34:22 -07:00 committed by GitHub
commit 1687e20148
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,3 +22,15 @@ linux_gcc_task:
- make
test_script:
- make test
macos_task:
osx_instance:
image: mojave-xcode-10.1
install_script:
- brew install autoconf automake
build_script:
- ./package/setup-configure
- ./configure || { cat config.log; exit 1; }
- make
test_script:
- make test