diff options
| -rw-r--r-- | .cirrus.yml | 9 | ||||
| -rw-r--r-- | .gitignore | 1 |
2 files changed, 10 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml new file mode 100644 index 000000000..48ecc0d88 --- /dev/null +++ b/.cirrus.yml @@ -0,0 +1,9 @@ +task: + name: MacOS + install_script: brew install + macos_instance: + image: ghcr.io/cirruslabs/macos-monterey-base:latest + install_script: brew install cabal-install + script: + - cabal update + - cabal test diff --git a/.gitignore b/.gitignore index 57a3c0e0b..e4a0ce284 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ /TAGS /bench-* !.circleci/** +!.cirrus.yml !.envrc !.editorconfig !.gitattributes |
