mirror of
https://github.com/clangd/clangd.git
synced 2025-04-21 08:03:00 +00:00
WIP
This commit is contained in:
parent
a9eaccf93a
commit
1202a29788
18
.github/workflows/autobuild.yaml
vendored
18
.github/workflows/autobuild.yaml
vendored
@ -8,24 +8,6 @@ name: Build release binaries
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
# Run weekly on sunday at 21:37 UTC (arbitrary)
|
# Run weekly on sunday at 21:37 UTC (arbitrary)
|
||||||
workflow_dispatch:
|
|
||||||
inputs:
|
|
||||||
commit:
|
|
||||||
description: 'Commit to build from'
|
|
||||||
required: true
|
|
||||||
repo:
|
|
||||||
description: 'Repository to build from'
|
|
||||||
required: true
|
|
||||||
default: 'llvm/llvm-project'
|
|
||||||
release_name:
|
|
||||||
description: 'Release name'
|
|
||||||
required: true
|
|
||||||
tag:
|
|
||||||
description: 'Tag name'
|
|
||||||
required: true
|
|
||||||
description:
|
|
||||||
description: 'Release description'
|
|
||||||
required: true
|
|
||||||
jobs:
|
jobs:
|
||||||
schedule_environment:
|
schedule_environment:
|
||||||
name: Create default build environment
|
name: Create default build environment
|
||||||
|
Loading…
Reference in New Issue
Block a user