electron/.github/workflows/macos-build.yml

17 lines
329 B
YAML

name: Build MacOS
on:
workflow_dispatch:
# push
# pull_request:
jobs:
build:
uses: ./.github/workflows/macos-pipeline.yml
with:
is-release: false
gn-config: //electron/build/args/testing.gn
gn-build-type: testing
generate-symbols: false
upload-to-storage: '0'
secrets: inherit