mirror of
https://github.com/vgough/encfs.git
synced 2024-11-21 15:33:16 +01:00
Enable Cirrus CI MacOS
This commit is contained in:
parent
5203bdb474
commit
044d07a792
10
.cirrus.yml
10
.cirrus.yml
@ -10,3 +10,13 @@ task:
|
|||||||
- ./build.sh
|
- ./build.sh
|
||||||
env:
|
env:
|
||||||
INTEGRATION: false
|
INTEGRATION: false
|
||||||
|
|
||||||
|
macos_task:
|
||||||
|
matrix:
|
||||||
|
- name: MacOS
|
||||||
|
osx_instance:
|
||||||
|
image: catalina-xcode-11.3.1
|
||||||
|
install_script:
|
||||||
|
- ./ci/setup.sh
|
||||||
|
script:
|
||||||
|
- ./build.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user