Skip to content

Commit

Permalink
Added GUI front-end build workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
rombrew committed Jan 28, 2024
1 parent bfc3a03 commit e2ed463
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,14 @@ jobs:
- name: Build VESC6A firmware
run: make -C src HWREV=VESC6A

- name: Set up SDL2
uses: libsdl-org/setup-sdl@main
id: sdl
with:
version: 2-latest
version-sdl-image: 2-latest
version-sdl-ttf: 2-latest

- name: Build GUI front-end software
run: make -C phobia

0 comments on commit e2ed463

Please sign in to comment.