mirror of
https://github.com/dtolnay/install.git
synced 2024-11-22 08:29:30 +01:00
Add buck2 build
This commit is contained in:
parent
6376e3d3ee
commit
6c41e2d294
1 changed files with 16 additions and 0 deletions
16
.github/workflows/buck2.yml
vendored
Normal file
16
.github/workflows/buck2.yml
vendored
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
name: buck2
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- buck2
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
uses: ./.github/workflows/build.yml
|
||||||
|
with:
|
||||||
|
crate: buck2
|
||||||
|
git: https://github.com/facebookincubator/buck2
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
secrets: inherit
|
Loading…
Reference in a new issue