adding macos task

This commit is contained in:
Bryan Stansell 2019-03-24 17:26:17 -07:00
parent a8cff43007
commit 62f5083f23
No known key found for this signature in database
GPG Key ID: 28E4B7253029E7F6

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