mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Try building for OSX 10.15 and see what happens.
This commit is contained in:
15
.github/workflows/ccpp.yml
vendored
15
.github/workflows/ccpp.yml
vendored
@@ -27,6 +27,21 @@ jobs:
|
||||
name: ${{ github.event.repository.name }}.${{ github.sha }}
|
||||
path: FluxEngine.pkg
|
||||
|
||||
build-macos:
|
||||
runs-on: macos-10.15
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: brew
|
||||
run: brew install sqlite pkg-config libusb protobuf wxwidgets fmt make coreutils dylibbundler libjpeg
|
||||
- name: make
|
||||
run: gmake
|
||||
|
||||
- name: Upload build artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: ${{ github.event.repository.name }}.${{ github.sha }}
|
||||
path: FluxEngine.pkg
|
||||
|
||||
build-windows:
|
||||
runs-on: windows-latest
|
||||
defaults:
|
||||
|
||||
Reference in New Issue
Block a user