Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save MartijnBraam/aa3ea266cc8ffe295a84f0fc827ed03d to your computer and use it in GitHub Desktop.
Save MartijnBraam/aa3ea266cc8ffe295a84f0fc827ed03d to your computer and use it in GitHub Desktop.
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