Skip to content

Commit

Permalink
Check reindeer-generated BUCK file in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Dec 15, 2022
1 parent 31f5b97 commit 9a3f8d8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9a3f8d8

Please sign in to comment.