Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 977 Bytes

BUILD.md

File metadata and controls

44 lines (36 loc) · 977 Bytes

continuous integration

Project CI on Appveyor

Build

C compiler

Build and install telemetry and tests

gradlew installTestDebugExecutable

Run tests

cd ./build/install/test/debug/
test.bat

C++ compiler

Build and install telemetry and tests

gradlew installTest_cppDebugExecutable

Run tests

cd ./build/install/test_cpp/debug/
test_cpp.bat

Generate test vector

The test vector is a collection of communication frames generated by Telemetry, that can be used during testing to validate the behavior of a specific platform distribution (Arduino, Mbed, etc) they are working correctly.

Build and install test vector generator

gradlew installTestVectorsGeneratorDebug

Run it. Generated test file is located in ./build/install/testVectorsGenerator/debug/

cd ./build/install/testVectorsGenerator/debug/
testVectorsGenerator.bat