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
2b8ea4db
Commit
2b8ea4db
authored
12 years ago
by
Andrew Tridgell
Browse files
Options
Downloads
Patches
Plain Diff
build: fixed build_binaries.sh for new PX4 build
parent
73250efc
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
Tools/scripts/build_binaries.sh
+4
-4
4 additions, 4 deletions
Tools/scripts/build_binaries.sh
with
4 additions
and
4 deletions
Tools/scripts/build_binaries.sh
+
4
−
4
View file @
2b8ea4db
...
@@ -103,7 +103,7 @@ build_arduplane() {
...
@@ -103,7 +103,7 @@ build_arduplane() {
skip_build
$tag
$ddir
||
{
skip_build
$tag
$ddir
||
{
make px4-clean
&&
make px4-clean
&&
make px4
&&
make px4
&&
copyit
$PX4_ROOT
/Images/px4fmu
.px4
$ddir
$tag
copyit
ArduPlane
.px4
$ddir
$tag
}
}
}
}
popd
popd
...
@@ -134,7 +134,7 @@ build_arducopter() {
...
@@ -134,7 +134,7 @@ build_arducopter() {
skip_build
$tag
$ddir
&&
continue
skip_build
$tag
$ddir
&&
continue
make px4-clean
||
continue
make px4-clean
||
continue
make px4-
$f
||
continue
make px4-
$f
||
continue
copyit
$PX4_ROOT
/Images/px4fmu
.px4
$ddir
$tag
copyit
ArduCopter
.px4
$ddir
$tag
done
done
}
}
popd
popd
...
@@ -162,7 +162,7 @@ build_rover() {
...
@@ -162,7 +162,7 @@ build_rover() {
skip_build
$tag
$ddir
||
{
skip_build
$tag
$ddir
||
{
make px4-clean
&&
make px4-clean
&&
make px4
&&
make px4
&&
copyit
$PX4_ROOT
/Images/px4fmu
.px4
$binaries
/Rover/
$hdate
/PX4
$tag
copyit
APMRover2
.px4
$binaries
/Rover/
$hdate
/PX4
$tag
}
}
}
}
popd
popd
...
@@ -181,7 +181,7 @@ build_px4io() {
...
@@ -181,7 +181,7 @@ build_px4io() {
make clean
&&
make clean
&&
make configure_px4io
&&
make configure_px4io
&&
make
&&
make
&&
copyit
$PX4_ROOT
/Images/
px4io.bin
$ddir
$tag
&&
copyit px4io.bin
$ddir
$tag
&&
make configure_px4fmu
make configure_px4fmu
}
}
git checkout master
git checkout master
...
...
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