Skip to content

Commit

Permalink
Add nightly UI build
Browse files Browse the repository at this point in the history
  • Loading branch information
vidplace7 committed Oct 16, 2024
1 parent 5df6192 commit 24bab56
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,14 @@ jobs:
release/*.elf
release/*.zip
- arch: nrf52840
board: heltec-mesh-node-t114
artifact-paths: |
release/*.hex
release/*.uf2
release/*.elf
release/*.zip
- arch: esp32s3
board: t-energy-s3_e22
artifact-paths: |
Expand Down
13 changes: 13 additions & 0 deletions .github/workflows/nightly_ui.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Build UI nightly
on:
schedule:
- cron: '0 4 * * *' # Nightly
workflow_dispatch: # Debugging

jobs:
ui-build:
name: Build Experimental UI
uses: ./.github/workflows/build.yml
with:
meshtastic_firmware_ref: tft-gui-work
create_release: false

0 comments on commit 24bab56

Please sign in to comment.