Skip to content

Commit 66c2bbe

Browse files
authored
Merge branch 'master' into release/1.3.0
2 parents bacb7df + a188803 commit 66c2bbe

File tree

4 files changed

+24
-1
lines changed

4 files changed

+24
-1
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# install PlatformIO
2+
sudo pip install -U platformio
3+
4+
# update PlatformIO
5+
platformio update
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# run PlatformIO builds
2+
platformio run
3+
4+
# run PlatformIO unit tests
5+
platformio run -d ./test

CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @faustbrian @kristjank @supaiku0
1+
* @faustbrian @kristjank @supaiku0 @sleepdefic1t

0 commit comments

Comments
 (0)