Skip to content
This repository has been archived by the owner on Mar 10, 2022. It is now read-only.

Enable GitHub Actions CI #91

Merged
merged 3 commits into from
Apr 10, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Enable basic GitHub Actions CI
  • Loading branch information
friederbluemle committed Mar 27, 2020
commit df5b5f5fd5a443b03d32ee48bfa1ffcc7e7236bb
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: ci
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: gradle/wrapper-validation-action@v1
- run: ./gradlew build
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# MQB-stats

[![ci][1]][2]

This is a performance monitor, based on Martoreto's aa-stats.
It's made specifically for use with the Volkswagen/Skoda/Seat/Audi MIB2 infotainment units, but it might also work on others, as long as they have Android Auto support.

Expand Down Expand Up @@ -101,3 +103,6 @@ Some phones kill the datafeed as soon as the screen is locked. This doesn't happ
- VW 1161
- VW 1367
- Skoda 1440

[1]: https://github.com/jilleb/mqb-pm/workflows/ci/badge.svg
[2]: https://github.com/jilleb/mqb-pm/actions