forked from RIOT-OS/RIOT
-
Notifications
You must be signed in to change notification settings - Fork 0
RIOT PR Checklist
Ken Bannister edited this page Feb 21, 2020
·
13 revisions
Try building with TOOLCHAIN=llvm
. It may find issues that gcc misses.
make buildtest
-- Builds for all boards. Run in example directory. Not sure if changes must be committed before running.
CI_BASE_BRANCH=master make static-test
-- Various tests. Run in top level directory. Changes must be committed to feature branch before running.
WARNING: If your work is based on unmerged commits from another PR, use the branch for that PR as CI_BASE_BRANCH.
Have you reviewed module documentation for any changes?