diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2023-03-10 08:48:38 -0800 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2023-03-10 08:48:38 -0800 |
| commit | 9c39a66c384df649ff4088cb0cf7a0ffd5082062 (patch) | |
| tree | 2e6b7f50c41ba86276c1b285e9bfc5befa388e6c /.cirrus.yml | |
| parent | b8ce955e675776240718dc68c2eb80485cbe0817 (diff) | |
Add .cirrus.yml.
Diffstat (limited to '.cirrus.yml')
| -rw-r--r-- | .cirrus.yml | 9 |
1 files changed, 9 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 |
