3
0
Fork 0
mirror of https://github.com/dtolnay/install.git synced 2024-11-22 00:19:31 +01:00

Add reindeer build

This commit is contained in:
David Tolnay 2022-12-02 15:02:06 -08:00
parent a0357c4099
commit a3badf5016
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

16
.github/workflows/reindeer.yml vendored Normal file
View file

@ -0,0 +1,16 @@
name: reindeer
on:
push:
branches:
- reindeer
jobs:
build:
uses: ./.github/workflows/build.yml
with:
crate: reindeer
git: facebookincubator/reindeer
permissions:
contents: write
secrets: inherit