Created
June 5, 2018 21:34
-
-
Save MartijnBraam/aa3ea266cc8ffe295a84f0fc827ed03d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
image: "python:3.5" | |
before_script: | |
- apt-get update -qq | |
- apt-get install -y -qq shellcheck qemu-system-x86 | |
- pip install flake8 pytest-cov python-coveralls | |
wiki: | |
script: | |
- test/check_devices_in_wiki.py | |
static-analysis: | |
script: | |
- test/static_code_analysis.sh | |
build: | |
script: | |
- yes "" | ./pmbootstrap.py init | |
- ./pmbootstrap.py kconfig_check | |
- test/check_checksums.py --build |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment