92de23bb3c
* build: create config for GHA build linux * build: restructure linux pipeline files * build (do not merge): don't run CircleCI or Appveyor * build: run on push * build: add checkout step * build: fix .yml syntax * Remove Azure CLI install * Revert "build (do not merge): don't run CircleCI or Appveyor" This reverts commit eb55e317bc74f2e5fa596ac90814d753d4fb6124. * build: change pipeline SHA to main * chore: update patches --------- Co-authored-by: Keeley Hammond <khammond@slack-corp.com> Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com>
17 lines
351 B
YAML
17 lines
351 B
YAML
name: Build Linux
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
# push:
|
|
# pull_request:
|
|
|
|
jobs:
|
|
build:
|
|
uses: electron/electron/.github/workflows/linux-pipeline.yml@main
|
|
with:
|
|
is-release: false
|
|
gn-config: //electron/build/args/testing.gn
|
|
gn-build-type: testing
|
|
generate-symbols: false
|
|
upload-to-storage: '0'
|
|
secrets: inherit
|