Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RIOT
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cm-projects
RIOT
Commits
a832989c
Commit
a832989c
authored
10 years ago
by
Hinnerk van Bruinehsen
Browse files
Options
Downloads
Plain Diff
Merge pull request #1432 from LudwigOrtmann/cppcheck
tests: enable cppcheck for PR in travis
parents
013e1bce
811f07ab
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.travis.yml
+5
-0
5 additions, 0 deletions
.travis.yml
with
5 additions
and
0 deletions
.travis.yml
+
5
−
0
View file @
a832989c
...
@@ -24,6 +24,7 @@ install:
...
@@ -24,6 +24,7 @@ install:
-
sudo apt-get install qemu-system-x86 python3
-
sudo apt-get install qemu-system-x86 python3
-
sudo apt-get install g++-multilib
-
sudo apt-get install g++-multilib
-
sudo apt-get install gcc-avr binutils-avr avr-libc
-
sudo apt-get install gcc-avr binutils-avr avr-libc
-
sudo apt-get install cppcheck
-
git config --global user.email "travis@example.com"
-
git config --global user.email "travis@example.com"
-
git config --global user.name "Travis CI"
-
git config --global user.name "Travis CI"
...
@@ -39,6 +40,10 @@ script:
...
@@ -39,6 +40,10 @@ script:
-
make -C ./tests/unittests test BOARD=native
-
make -C ./tests/unittests test BOARD=native
-
make -C ./tests/unittests test BOARD=qemu-i386
-
make -C ./tests/unittests test BOARD=qemu-i386
-
./dist/tools/licenses/check.sh master
-
./dist/tools/licenses/check.sh master
# TODO:
# Remove the --error-exitcode=0` when all warnings of cppcheck have been
# taken care of in master.
-
./dist/tools/cppcheck/check.sh master --error-exitcode=0
notifications
:
notifications
:
email
:
false
email
:
false
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment