meshtastic-firmware/.github/workflows/main.yml

20 wiersze
434 B
YAML
Czysty Zwykły widok Historia

2020-02-27 01:20:19 +00:00
name: Test Configuration
on: push
jobs:
main:
name: Main
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Setup Python
uses: actions/setup-python@master
with:
python-version: '3.x'
- name: Install Platform IO
run: |
python -m pip install --upgrade pip
pip install -U platformio
- name: Build
run: platformio run