You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
644 B
YAML

---
# CI config for https://github.com
name: CI
on:
push:
branches:
- master
schedule:
- cron: '0 0 1 * *'
jobs:
check:
name: make test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: touch .config
- run: sudo make build-deps
- run: make patch_enable_battery
- run: make test
- run: make patch_disable_keyboard
- run: make test.batteryonly
- run: rm -f .config
- run: make test
- run: make test.img.orig
- run: make test.report