diff options
author | Chris Johnson <chrisjohnsonmail@gmail.com> | 2018-12-14 13:11:15 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-14 13:11:15 -0600 |
commit | 130e5aa86a7a71501cf8fa7cd6f507928f01bd79 (patch) | |
tree | 2bc11702641f6bcca31032b4c343238d7b9178f6 /ci/install-platformio.sh | |
parent | fe14e3030737509c2b9f9adad80ff56f80e988a2 (diff) | |
parent | b5f5c596a9915106c1ac36a3f89db4e0e49c07d1 (diff) | |
download | googletest-130e5aa86a7a71501cf8fa7cd6f507928f01bd79.tar.gz googletest-130e5aa86a7a71501cf8fa7cd6f507928f01bd79.tar.bz2 googletest-130e5aa86a7a71501cf8fa7cd6f507928f01bd79.zip |
Merge pull request #2 from google/master
merge upstream/master into master
Diffstat (limited to 'ci/install-platformio.sh')
-rw-r--r-- | ci/install-platformio.sh | 5 |
1 files changed, 5 insertions, 0 deletions
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 |