Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
luc committed Dec 18, 2023
1 parent c44cf44 commit 0774eb6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion externals/prebuild_scripts/build_g2o_for_mac64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ then
echo "g2o directory doesn't exists"
git clone https://github.com/RainerKuemmerle/g2o.git ../g2o
fi
git checkout $VERSION

echo "Building g2o using the sources in the thirdparty directory"
cd ../g2o

git checkout $VERSION

# Make build folder for debug version
mkdir build
rm -rf $BUILD_D
Expand Down
3 changes: 2 additions & 1 deletion externals/prebuild_scripts/build_g2o_for_macArm64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ then
echo "g2o directory doesn't exists"
git clone https://github.com/RainerKuemmerle/g2o.git ../g2o
fi
git checkout $VERSION

echo "Building g2o using the sources in the thirdparty directory"
cd ../g2o

git checkout $VERSION

# Make build folder for debug version
mkdir build
rm -rf $BUILD_D
Expand Down

0 comments on commit 0774eb6

Please sign in to comment.