Skip to content

Commit 987e930

Browse files
committed
Start testing on MacOS using Cirrus-CI
1 parent 168e2ab commit 987e930

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.cirrus.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,10 @@ task:
55
test_script:
66
- pkg install -y bash
77
- ./test.sh
8+
9+
task:
10+
name: MacOS
11+
osx_instance:
12+
image: catalina-xcode-11.3.1
13+
test_script:
14+
- ./test.sh

0 commit comments

Comments
 (0)