Skip to content

Commit

Permalink
removed updating all environments
Browse files Browse the repository at this point in the history
  • Loading branch information
WouterJansen committed Apr 10, 2024
1 parent 59d6b59 commit 13b6e16
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
7 changes: 0 additions & 7 deletions build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -204,13 +204,6 @@ if NOT exist Unreal\Plugins\AirSim\Source\AirLib mkdir Unreal\Plugins\AirSim\Sou
robocopy /MIR AirLib Unreal\Plugins\AirSim\Source\AirLib /XD temp *. /njh /njs /ndl /np
copy /y AirSim.props Unreal\Plugins\AirSim\Source\AirLib

REM //---------- update all environments ----------
FOR /D %%E IN (Unreal\Environments\*) DO (
cd %%E
call .\update_from_git.bat ..\..\..
cd ..\..\..
)

REM //---------- done building ----------
exit /b 0

Expand Down
8 changes: 0 additions & 8 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -134,14 +134,6 @@ rsync -a --delete MavLinkCom/include AirLib/deps/MavLinkCom
rsync -a --delete AirLib Unreal/Plugins/AirSim/Source
rm -rf Unreal/Plugins/AirSim/Source/AirLib/src

# Update all environment projects
for d in Unreal/Environments/* ; do
[ -L "${d%/}" ] && continue
$d/clean.sh
mkdir -p $d/Plugins
rsync -a --delete Unreal/Plugins/AirSim $d/Plugins
done

set +x

echo ""
Expand Down

0 comments on commit 13b6e16

Please sign in to comment.