Migrate macOS CI to GitHub Actions

Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
This commit is contained in:
Avinal Kumar
2021-10-21 14:30:50 +05:30
committed by Anders Jenbo
parent 5c6b1693b4
commit 529c0e0ae6

23
.github/workflows/build_mac.yml vendored Normal file
View File

@@ -0,0 +1,23 @@
name: macOS Build
on:
push:
branches:
- master
pull_request:
jobs:
xcode:
runs-on: macos-11
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: brew install mingw-w64
- name: Build
run: make -j8