-
-
Notifications
You must be signed in to change notification settings - Fork 81
30 lines (24 loc) · 762 Bytes
/
patcher-darwin.yml
File metadata and controls
30 lines (24 loc) · 762 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
name: Patcher (macOS)
on:
push:
branches: [ "v*", "master" ]
paths: [ "patcher-darwin/**/*" ]
pull_request:
branches: [ "v*", "master" ]
paths: [ "patcher-darwin/**/*" ]
jobs:
build:
name: Build macOS Patcher
runs-on: macos-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6.0.2
- name: Configure CMake
run: cmake -S patcher-darwin -B patcher-darwin/build -DCMAKE_BUILD_TYPE=Release -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
- name: Build
run: cmake --build patcher-darwin/build --config Release
- name: Upload patcher-darwin
uses: actions/upload-artifact@v7
with:
name: patcher-darwin
path: patcher-darwin/build/PeacockPatcher