File tree Expand file tree Collapse file tree 4 files changed +24
-1
lines changed Expand file tree Collapse file tree 4 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 1+ # install PlatformIO
2+ sudo pip install -U platformio
3+
4+ # update PlatformIO
5+ platformio update
Original file line number Diff line number Diff line change 1+ # run desktop builds
2+ cmake . -DCMAKE_BUILD_TYPE=Coverage -DBUILD_TESTING=OFF
3+ cmake --build .
4+
5+ # disable build examples until breaking changes are committed so the example can pull them in
6+ # build examples
7+ # cd ./examples/cmake_example
8+ # cmake .
9+ # cmake --build .
10+
11+ # run Gtest
12+ # cd ../../
13+ ./test/Ark-Cpp-Client-tests
Original file line number Diff line number Diff line change 1+ # run PlatformIO builds
2+ platformio run
3+
4+ # run PlatformIO unit tests
5+ platformio run -d ./test
Original file line number Diff line number Diff line change 1- * @ faustbrian @ kristjank @ supaiku0
1+ * @ faustbrian @ kristjank @ supaiku0 @ sleepdefic1t
You can’t perform that action at this time.
0 commit comments