better folder stucture & docs
This commit is contained in:
parent
b794d2fc92
commit
cd24decdf7
|
@ -21,6 +21,7 @@ Important note - we now use submodules:
|
|||
* [Simulator](/simulator) win32 or posix version of firmware allows to explore without any hardware
|
||||
* [Unit Tests](/unit_tests) Unit tests of firmware pieces
|
||||
* [Misc tools](/java_tools) Misc development utilities
|
||||
* [misc/Jenkins](/misc/jenkins) Jenkins Continues Integration scripts
|
||||
|
||||
# External Links
|
||||
|
||||
|
|
|
@ -1,12 +1,17 @@
|
|||
echo I am unit_tests.bat
|
||||
|
||||
set FTP_SERVER=home451478433.1and1-data.host
|
||||
rem 'RUSEFI_BUILD_FTP_PASS' environment variable
|
||||
|
||||
echo We should be in root folder
|
||||
pwd
|
||||
|
||||
rem Prior to running unit tests we build real hardware firmware
|
||||
|
||||
cd firmware
|
||||
|
||||
git submodule update --init
|
||||
|
||||
|
||||
rm -fR .dep
|
||||
rm -fR build
|
||||
call update_version.bat
|
||||
|
@ -19,10 +24,9 @@ cd ..
|
|||
echo We are in root folder
|
||||
pwd
|
||||
|
||||
|
||||
|
||||
cd unit_tests
|
||||
|
||||
rem Only here we are building unit_tests
|
||||
call compile.bat
|
||||
pwd
|
||||
ls -l build
|
Loading…
Reference in New Issue