diff options
author | Gennadiy Civil <misterg@google.com> | 2018-12-14 13:54:42 -0500 |
---|---|---|
committer | Gennadiy Civil <misterg@google.com> | 2018-12-14 13:54:43 -0500 |
commit | b5f5c596a9915106c1ac36a3f89db4e0e49c07d1 (patch) | |
tree | 2bc11702641f6bcca31032b4c343238d7b9178f6 /ci | |
parent | c6cb7e033591528a5fe2c63157a0d8ce927740dc (diff) | |
parent | 31eb5e9b873af4b509be2f77616113007fa0de9d (diff) | |
download | googletest-b5f5c596a9915106c1ac36a3f89db4e0e49c07d1.tar.gz googletest-b5f5c596a9915106c1ac36a3f89db4e0e49c07d1.tar.bz2 googletest-b5f5c596a9915106c1ac36a3f89db4e0e49c07d1.zip |
Merge pull request #2000 from ciband:feat/add_support_platformio
PiperOrigin-RevId: 225552792
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 00000000..1d7658d8 --- /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 00000000..4d7860a5 --- /dev/null +++ b/ci/install-platformio.sh @@ -0,0 +1,5 @@ +# install PlatformIO +sudo pip install -U platformio + +# update PlatformIO +platformio update |