Merge pull request #592 from benrubson/cirrusmac

Enable Cirrus CI MacOS
This commit is contained in:
Valient Gough 2020-03-04 08:57:28 -08:00 committed by GitHub
commit b60939c0ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 7 deletions

View File

@ -10,3 +10,12 @@ task:
- ./build.sh
env:
INTEGRATION: false
task:
name: MacOS
osx_instance:
image: catalina-xcode-11.3.1
install_script:
- brew cask install osxfuse
script:
- ./build.sh

View File

@ -49,13 +49,6 @@ matrix:
env:
- CC=clang-4.0 CXX=clang++-4.0 CHECK=true INTEGRATION=false
- os: osx
compiler: clang
osx_image: xcode9.2
sudo: required
env:
- SUDO_TESTS=true
before_script:
- ./ci/setup.sh