summaryrefslogtreecommitdiff
path: root/.github/workflows/macos.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/macos.yml')
-rw-r--r--.github/workflows/macos.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
new file mode 100644
index 0000000..19acb28
--- /dev/null
+++ b/.github/workflows/macos.yml
@@ -0,0 +1,16 @@
+---
+on: push
+
+jobs:
+ macos:
+ runs-on: macos-latest
+ env:
+ DESTDIR: ./out
+ steps:
+ - uses: actions/checkout@v2
+ - uses: actions/setup-go@v2
+ - run: brew install scdoc
+ - run: make
+ - run: make install
+ - run: make checkinstall
+ - run: go test ./...