Bundle WebUI

This commit is contained in:
Sacha Weatherstone 2021-10-09 15:56:30 +11:00
parent b182819aff
commit 8bbcdaa951
3 changed files with 15 additions and 1 deletions

View File

@ -58,6 +58,21 @@ jobs:
run: |
pio upgrade
- name: Pull web ui
uses: dsaltares/fetch-gh-release-asset@master
with:
repo: "meshtastic/meshtastic-web"
file: "build.tar"
target: "build.tar"
token: ${{ secrets.GITHUB_TOKEN }}
- name: Unpack web ui
run: |
tar -xf build.tar -C data/static
rm build.tar
# We now run integration test before other build steps (to quickly see runtime failures)
- name: Build for native
run: platformio run -e native

0
data/static/.gitkeep Normal file
View File

View File

@ -1 +0,0 @@
not yet supported - soon will be included in build