diff options
author | Chris Johnson <chrisjohnsonmail@gmail.com> | 2018-12-05 03:44:39 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-05 03:44:39 (GMT) |
commit | 2c8ab3f18b2ed9fdc1742ec60b6e34248d04efe3 (patch) | |
tree | ad8950e1471e577aa76519049ca1f269a0e1f4f3 /ci | |
parent | fe14e3030737509c2b9f9adad80ff56f80e988a2 (diff) | |
download | googletest-2c8ab3f18b2ed9fdc1742ec60b6e34248d04efe3.zip googletest-2c8ab3f18b2ed9fdc1742ec60b6e34248d04efe3.tar.gz googletest-2c8ab3f18b2ed9fdc1742ec60b6e34248d04efe3.tar.bz2 |
feat: Add initial support for PlatformIO and Arduino
Diffstat (limited to 'ci')
-rw-r--r-- | ci/build-platformio.sh | 2 | ||||
-rw-r--r-- | ci/install-platformio.sh | 5 |
2 files changed, 7 insertions, 0 deletions
diff --git a/ci/build-platformio.sh b/ci/build-platformio.sh new file mode 100644 index 0000000..1d7658d --- /dev/null +++ b/ci/build-platformio.sh @@ -0,0 +1,2 @@ +# run PlatformIO builds +platformio run diff --git a/ci/install-platformio.sh b/ci/install-platformio.sh new file mode 100644 index 0000000..4d7860a --- /dev/null +++ b/ci/install-platformio.sh @@ -0,0 +1,5 @@ +# install PlatformIO +sudo pip install -U platformio + +# update PlatformIO +platformio update |