Skip to content

Commit

Permalink
Merge pull request #22 from conserver/cirrus-macos
Browse files Browse the repository at this point in the history
adding macos cirrus task
  • Loading branch information
bstansell authored Mar 25, 2019
2 parents a8cff43 + 62f5083 commit 1687e20
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1687e20

Please sign in to comment.