Merge pull request #1 from free-x/ci

Many thanks, was hoping to have this...
This commit is contained in:
Andreas Vogel 2021-10-20 21:28:38 +02:00 committed by GitHub
commit 88cb8657bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 25 additions and 0 deletions

25
.github/workflows/ci.yml vendored Normal file
View File

@ -0,0 +1,25 @@
name: CI
on: [push]
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04]
runs-on: ${{ matrix.os }}
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 -e m5stack-atom