Milestone 5: deliver embedded RDP sessions and lifecycle hardening
This commit is contained in:
22
third_party/FreeRDP/.github/workflows/macos.yml
vendored
Normal file
22
third_party/FreeRDP/.github/workflows/macos.yml
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
name: macos-builder
|
||||
on:
|
||||
workflow_dispatch:
|
||||
branches: [ master, stable* ]
|
||||
schedule:
|
||||
- cron: '30 5 * * SUN'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: macos-latest
|
||||
name: "Run macos build on mac-latest"
|
||||
steps:
|
||||
- name: "Check out source"
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: "Prepare environment"
|
||||
run: |
|
||||
brew install autoconf automake git libtool meson
|
||||
|
||||
- name: "Run mac os build..."
|
||||
run: |
|
||||
./scripts/bundle-mac-os.sh
|
||||
Reference in New Issue
Block a user