Skip to content

Commit

Permalink
ci: copy pre-rendered fonts to GFX fonts directory in build workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Aditya Agarwal <[email protected]>
  • Loading branch information
Aditya-A-garwal committed Mar 21, 2024
1 parent 03a5ce9 commit 599bd44
Show file tree
Hide file tree
Showing 5 changed files with 1,398 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@ jobs:
- name: Create Mock arduino_secrets.h File
run: echo -e "#define SECRET_SSID \"MOCK_SSID\"\n#define SECRET_PASS \"MOCK_PASS\"\n#define SERVER_IP \"127.0.0.1\"\n" > include/arduino_secrets.h

- name: Copy Fonts to GFX Library include directory
run: cp fonts/* ."pio/libdeps/uno_r4_wifi/Adafruit GFX Library/Fonts"

- name: Build PlatformIO Project
run: pio run
Loading

0 comments on commit 599bd44

Please sign in to comment.