Compare commits

...

8 Commits

Author SHA1 Message Date
Thomas Ballmann c96382c8f0 finalize github actions 3 years ago
Thomas Ballmann 9185ea0487
Update firmware.yml 3 years ago
Thomas Ballmann d5cb6d983b
Update firmware.yml 3 years ago
Thomas Ballmann f87819a418
Update build-platformio.sh 3 years ago
Thomas Ballmann 40bfde6f08
Create build-platformio.sh 3 years ago
Thomas Ballmann b4ff7675a4
Update firmware.yml 3 years ago
Thomas Ballmann cba2aecb12
Create build-platformio.sh 3 years ago
Thomas Ballmann 0e80a4bbc1
Update firmware.yml 3 years ago

@ -31,7 +31,4 @@ 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,38 +17,24 @@ jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest
runs-on: windows-latest # 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,8 +6,10 @@
[![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)
![ForTheBadge built-with-love](http://ForTheBadge.com/images/badges/built-with-love.svg)
[![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
@ -98,4 +100,4 @@ $ platformio run --target uploadfs
# alternative, create spiffs.bin
$ platformio run --target buildfs
```
```

Loading…
Cancel
Save