Update compile_sim.cmd

Specialised for testing Vivoactive3 under release conditions in order to check we are not running out of memory.
This commit is contained in:
Philip Abbey
2024-01-11 20:04:52 +00:00
parent ec2debd814
commit 67731708b3

View File

@ -28,7 +28,8 @@ set SDK_PATH=%SDK_PATH:~0,-1%\bin
rem Assume we can create and use this directory rem Assume we can create and use this directory
set DEST=export set DEST=export
rem Device for simulation rem Device for simulation
set DEVICE=venu2 rem set DEVICE=venu2
set DEVICE=vivoactive3
rem C:\>java -jar %SDK_PATH%\monkeybrains.jar -h rem C:\>java -jar %SDK_PATH%\monkeybrains.jar -h
rem usage: monkeyc [-a <arg>] [-b <arg>] [--build-stats <arg>] [-c <arg>] [-d <arg>] rem usage: monkeyc [-a <arg>] [-b <arg>] [--build-stats <arg>] [-c <arg>] [-d <arg>]
@ -100,7 +101,8 @@ rem Compile PRG for a single device for side loading
--jungles %SRC%\monkey.jungle ^ --jungles %SRC%\monkey.jungle ^
--private-key %SRC%\..\developer_key ^ --private-key %SRC%\..\developer_key ^
--device %DEVICE%_sim ^ --device %DEVICE%_sim ^
--warn --warn ^
--release
if %ERRORLEVEL% equ 0 ( if %ERRORLEVEL% equ 0 (
%SDK_PATH%\monkeydo.bat %SRC%\bin\HomeAssistant.prg %DEVICE% %SDK_PATH%\monkeydo.bat %SRC%\bin\HomeAssistant.prg %DEVICE%