Skip to content

Commit

Permalink
.github: Run bazel tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivucica committed Sep 16, 2023
1 parent b8b0c7f commit 4886c10
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

bazel:
runs-on: ubuntu-latest

steps:
# Checks-out your repository under $GITHUB_WORKSPACE, which is the CWD for
# the rest of the steps
Expand All @@ -49,6 +49,8 @@ jobs:
- name: Checkout submodules
run: git submodule init && git submodule update
- name: install deps
run: sudo apt-get update && sudo apt-get install autoconf automake libgl1-mesa-dev libglu1-mesa-dev libx11-dev libxext-dev libxrandr-dev libxrender-dev libasound-dev libalsaplayer-dev
run: sudo apt-get update && sudo apt-get install autoconf automake libgl1-mesa-dev libglu1-mesa-dev libx11-dev libxext-dev libxrandr-dev libxrender-dev libasound-dev libalsaplayer-dev
- name: bazel build
run: bazel build //:yatc
- name: bazel test
run: bazel test //:all

0 comments on commit 4886c10

Please sign in to comment.