Skip to content

Commit

Permalink
update CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
danverstom committed Jan 21, 2022
1 parent 8a85dcb commit 86b5c0b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ name: PlatformIO CI
on: [push]

jobs:
build_and_test:

runs-on: ${{ matrix.os }}
build_example:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
examples: [
examples/accelmaggyro.cpp,
examples/accgyro.cpp,
Expand Down

0 comments on commit 86b5c0b

Please sign in to comment.