diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..7ade702 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,20 @@ +--- +# CI config for https://github.com + +name: CI + +on: [push] + +jobs: + check: + name: make test + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - run: sudo make build-deps + - run: make patch_enable_battery + - run: make test + - run: rm -f .config + - run: make test + - run: make test.img.orig + - run: make test.report