aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2022-12-15 11:17:52 -0800
committerDavid Tolnay <dtolnay@gmail.com>2022-12-15 11:17:52 -0800
commit9a3f8d8e0f711aabc020567301c281af63a860d7 (patch)
treec95500994980c61a564a0c913dc77024e0ccb1f0
parent31f5b97eeeed6408195176f48c6c695153a774e1 (diff)
downloadcxx-9a3f8d8e0f711aabc020567301c281af63a860d7.tar.gz
Check reindeer-generated BUCK file in CI
-rw-r--r--.github/workflows/ci.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 30e87718..93feb348 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -72,11 +72,16 @@ jobs:
with:
submodules: true
- uses: dtolnay/rust-toolchain@stable
+ - uses: dtolnay/install@reindeer
- uses: dtolnay/install@buck2
- name: Install lld
run: sudo apt-get install lld
- run: cargo vendor --versioned-dirs --locked
working-directory: third-party
+ - run: reindeer vendor
+ working-directory: third-party
+ - name: Check reindeer-generated BUCK file up to date
+ run: git diff --exit-code
- run: buck2 run demo
- run: buck2 build ...
- run: buck2 run tests:test