Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
Baitboat
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
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
OpenSource
Baitboat
Commits
891f3583
Commit
891f3583
authored
12 years ago
by
Andrew Tridgell
Browse files
Options
Downloads
Patches
Plain Diff
Tools: added build_all_px4.sh
this brings px4 into autotest
parent
2f677acf
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Tools/scripts/build_all.sh
+5
-0
5 additions, 0 deletions
Tools/scripts/build_all.sh
Tools/scripts/build_all_px4.sh
+39
-0
39 additions, 0 deletions
Tools/scripts/build_all_px4.sh
with
44 additions
and
0 deletions
Tools/scripts/build_all.sh
+
5
−
0
View file @
891f3583
...
...
@@ -43,4 +43,9 @@ for d in $examples; do
popd
done
.
config.mk
test
-n
"
$PX4_ROOT
"
&&
test
-d
"
$PX4_ROOT
"
&&
{
./Tools/scripts/build_all_px4.sh
}
exit
0
This diff is collapsed.
Click to expand it.
Tools/scripts/build_all_px4.sh
0 → 100755
+
39
−
0
View file @
891f3583
#!/bin/bash
# build all targets for PX4
# This helps when doing large merges
# Andrew Tridgell, February 2013
set
-e
set
-x
.
config.mk
echo
"Testing ArduPlane build"
pushd
ArduPlane
make px4-clean
make px4
popd
echo
"Testing ArduCopter build"
pushd
ArduCopter
make px4-clean
make px4
popd
echo
"Testing APMrover2 build"
pushd
APMrover2
make px4-clean
make px4
popd
echo
"Testing PX4IO build"
pushd
"
$PX4_ROOT
"
make clean
make configure_px4io
make
make clean
make configure_px4fmu
popd
exit
0
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