mirror of
https://github.com/hamishcoleman/thinkpad-ec
synced 2024-11-04 06:00:12 +00:00
18 lines
336 B
YAML
18 lines
336 B
YAML
# Not the correct language, but one that has very few dependancies to install
|
|
language: c
|
|
|
|
before_script:
|
|
- sudo apt-get update
|
|
- sudo make build-deps
|
|
|
|
script:
|
|
- rm -f .config
|
|
- make patch_enable_battery
|
|
- make test
|
|
- rm -f .config
|
|
- make test
|
|
- make test.img.orig
|
|
|
|
after_success:
|
|
- make test.report
|