summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2023-03-10 08:48:38 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2023-03-10 08:48:38 -0800
commit9c39a66c384df649ff4088cb0cf7a0ffd5082062 (patch)
tree2e6b7f50c41ba86276c1b285e9bfc5befa388e6c /.cirrus.yml
parentb8ce955e675776240718dc68c2eb80485cbe0817 (diff)
Add .cirrus.yml.
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml9
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