Skip to content

Commit

Permalink
yaml.
Browse files Browse the repository at this point in the history
  • Loading branch information
ballaswag committed Dec 18, 2023
1 parent 1cd7d4b commit 6b014d2
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,26 @@ jobs:
submodules: recursive
- run: |
echo "CROSS_COMPILE=mips-linux-gnu-" >> $GITHUB_ENV
- name: patch lv_drivers
- working-directory: ./lv_drivers
- run: |
run: |
git apply ../patches/0001-lv_driver_fb_ioctls.patch
working-directory: ./lv_drivers

- name: patch fmt in spdlog
- working-directory: ./spdlog
- run: |
run: |
git apply ../patches/0002-spdlog_fmt_initializer_list.patch
working-directory: ./spdlog

- name: make wpaclient
run: make wpaclient

- name: make libhv
run: make libhv.a

- name: make guppyscreen
run: make -j

- uses: actions/upload-artifact@v4
with:
name: guppyscreen
Expand Down

0 comments on commit 6b014d2

Please sign in to comment.