mirror of
https://github.com/diasurgical/devilution.git
synced 2025-07-23 04:23:01 +02:00
Migrate macOS CI to GitHub Actions
Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
This commit is contained in:
committed by
Anders Jenbo
parent
5c6b1693b4
commit
529c0e0ae6
23
.github/workflows/build_mac.yml
vendored
Normal file
23
.github/workflows/build_mac.yml
vendored
Normal 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
|
||||
|
||||
|
Reference in New Issue
Block a user