Release scripts to validate ThreadX port (#254)
This commit is contained in:
17
test/ports/azrtos_build_tx_iar.bat
Normal file
17
test/ports/azrtos_build_tx_iar.bat
Normal file
@@ -0,0 +1,17 @@
|
||||
@ECHO OFF
|
||||
|
||||
ECHO INFO: Building %CD%...
|
||||
|
||||
%AZRTOS_IAR_BUILD% tx.ewp -make Debug -log all -parallel %NUMBER_OF_PROCESSORS%
|
||||
IF %ERRORLEVEL% NEQ 0 (
|
||||
ECHO ERROR: failed to build tx.ewp
|
||||
EXIT /B 1
|
||||
)
|
||||
|
||||
%AZRTOS_IAR_BUILD% sample_threadx.ewp -make Debug -log all -parallel %NUMBER_OF_PROCESSORS%
|
||||
IF %ERRORLEVEL% NEQ 0 (
|
||||
ECHO ERROR: failed to build sample_threadx.ewp
|
||||
EXIT /B 1
|
||||
)
|
||||
|
||||
ECHO INFO: Build completed successfully!
|
||||
Reference in New Issue
Block a user