Moved CI from Travis to GitHub Actions (fixes #1493)

This commit is contained in:
Benoit Blanchon
2021-02-03 21:33:13 +01:00
parent abd64102aa
commit 3975b07371
11 changed files with 270 additions and 225 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh -eux
pip install --user platformio
BOARD=$1
case $BOARD in
uno)