Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mobile_robotics
GAUSS_project
gauss_ros
Commits
060a291d
Commit
060a291d
authored
Sep 13, 2021
by
Joan Vallvé Navarro
Browse files
asdf
parent
ab0b1687
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/compile_all.sh
View file @
060a291d
#!/bin/bash
cd
~/libraries/
gnss_utils
/build
;
cd
~/libraries/
wolf/core
/build
;
cmake
-DCMAKE_BUILD_TYPE
:
=
Release ..
make
-j8
;
ctest
-j8
;
sudo
make
install
;
cd
~/libraries/wolf/core/build
;
cd
~/libraries/gnss_utils/build
;
cmake
-DCMAKE_BUILD_TYPE
:
=
Release ..
make
-j8
;
ctest
-j8
;
sudo
make
install
;
cd
~/libraries/
gnss_util
s/build
;
cd
~/libraries/
wolf/gns
s/build
;
cmake
-DCMAKE_BUILD_TYPE
:
=
Release ..
make
-j8
;
ctest
-j8
;
sudo
make
install
;
cd
~/libraries/bno0556_imu_drivers/build
;
cmake
-DCMAKE_BUILD_TYPE
:
=
Release ..
make
-j8
;
ctest
-j8
;
sudo
make
install
;
cd
~/libraries/wolf/
gnss
/build
;
cd
~/libraries/wolf/
imu
/build
;
cmake
-DCMAKE_BUILD_TYPE
:
=
Release ..
make
-j8
;
ctest
-j8
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment