Skip to content

Include env vars template #2

Include env vars template

Include env vars template #2

Workflow file for this run

name: Build firmware
on:
push:
branches:
- "master"
jobs:
build:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Load environment variables
run: |
mv src/env-template.h src/env.h
- name: Installing platformio
run: pip3 install -U platformio
- name: Building a firmware
run: |
pio lib install
pio run