summaryrefslogtreecommitdiff
path: root/.github/workflows/macOS_build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/macOS_build.yml')
-rw-r--r--.github/workflows/macOS_build.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/.github/workflows/macOS_build.yml b/.github/workflows/macOS_build.yml
new file mode 100644
index 00000000..ebc97a63
--- /dev/null
+++ b/.github/workflows/macOS_build.yml
@@ -0,0 +1,16 @@
+name: CI macOS-latest
+
+on: [push]
+
+jobs:
+ build:
+
+ runs-on: macOS-latest
+
+ steps:
+ - uses: actions/checkout@v1
+ - name: Build on macOS
+ run: |
+ brew install gpatch gmp z3 pkg-config
+ brew install opam
+ etc/ci_opam_build.sh