Compare commits

..

No commits in common. 'c96382c8f07827d9d7b94226377500d3f95c5b3e' and '032191c15a4ae03bbb096caf4ae636d47429d688' have entirely different histories.

@ -31,4 +31,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm i
- run: npm run-script build
# - run: npm ci
# - run: npm run build --if-present
# - run: npm test

@ -2,7 +2,7 @@
name: Build Firmware
# Controls when the action will run.
# Controls when the action will run.
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
@ -17,24 +17,38 @@ jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: windows-latest # ubuntu-latest
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
# - name: Cache pip
# uses: actions/cache@v2
# with:
# path: ~/.cache/pip
# key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
# restore-keys: |
# ${{ runner.os }}-pip-
# - name: Cache PlatformIO
# uses: actions/cache@v2
# with:
# path: ~/.platformio
# key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
#
- name: Set up Python
uses: actions/setup-python@v1
- name: Install PlatformIO
run: |
python -m pip install --upgrade pip
pip install --upgrade platformio
- name: Install library dependencies
run: pio lib -g install 1
# - name: Install library dependencies
# run: pio lib -g install 1
- name: Run PlatformIO
run: platformio run
# run: pio run -e esp32
# run: platformio run
run: pio run -e esp32

@ -6,11 +6,9 @@
[![Generic badge](https://img.shields.io/badge/APP-1.0-orange.svg?logo=vuetify)]()
[![Generic badge](https://img.shields.io/badge/3D_Housing-1.0-orange.svg?logo=makerbot)](https://www.thingiverse.com/thing:4724292)
[![Build Firmware](https://github.com/paperdash/device-epd/actions/workflows/firmware.yml/badge.svg)](https://github.com/paperdash/device-epd/actions/workflows/firmware.yml)
[![Build APP](https://github.com/paperdash/device-epd/actions/workflows/app.yml/badge.svg)](https://github.com/paperdash/device-epd/actions/workflows/app.yml)
![ForTheBadge built-with-love](http://ForTheBadge.com/images/badges/built-with-love.svg)
## Open Source E-Paper Display Platform
* 🌍 [Website](https://paperdash.io/) - Learn more about paperdash.io
@ -100,4 +98,4 @@ $ platformio run --target uploadfs
# alternative, create spiffs.bin
$ platformio run --target buildfs
```
```
Loading…
Cancel
Save