diff --git a/README.md b/README.md index 6d5c20b643..390c116d29 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/misc/unit_tests.bat b/misc/jenkins/unit_tests/unit_tests.bat similarity index 84% rename from misc/unit_tests.bat rename to misc/jenkins/unit_tests/unit_tests.bat index a47d424bff..36288c0709 100644 --- a/misc/unit_tests.bat +++ b/misc/jenkins/unit_tests/unit_tests.bat @@ -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