1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-13 05:53:06 +01:00
Files
esp32-nmea2000-obp60/.github/workflows/ci.yml
2024-10-11 15:52:28 +02:00

28 lines
519 B
YAML

name: CI
on: [push]
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
env:
PIP_BREAK_SYSTEM_PACKAGES: 1
steps:
- uses: actions/checkout@v2
with:
submodules: "recursive"
- name: Install deps
run: |
#apt-get install -y python3-pip
python3 -m pip install --upgrade pip
pip install -U platformio
- name: Build
run: |
pio run