diff options
author | dmauro <dmauro@google.com> | 2021-01-13 22:38:26 (GMT) |
---|---|---|
committer | Derek Mauro <dmauro@google.com> | 2021-01-14 01:59:51 (GMT) |
commit | 6c58c11d5497b6ee1df3cb400ce30deb72fc28c0 (patch) | |
tree | 2a03386a7ca40b472ff826be4868eb31aba7491f /ci | |
parent | 0186caf75348d3c444ffc6d497678b0c13ee7cd1 (diff) | |
download | googletest-6c58c11d5497b6ee1df3cb400ce30deb72fc28c0.zip googletest-6c58c11d5497b6ee1df3cb400ce30deb72fc28c0.tar.gz googletest-6c58c11d5497b6ee1df3cb400ce30deb72fc28c0.tar.bz2 |
Googletest export
Remove platformio tests. This currently uses gcc 4.8.2 which is no
longer supported.
PiperOrigin-RevId: 351667999
Diffstat (limited to 'ci')
-rw-r--r-- | ci/build-platformio.sh | 2 | ||||
-rw-r--r-- | ci/install-platformio.sh | 5 |
2 files changed, 0 insertions, 7 deletions
diff --git a/ci/build-platformio.sh b/ci/build-platformio.sh deleted file mode 100644 index 1d7658d..0000000 --- a/ci/build-platformio.sh +++ /dev/null @@ -1,2 +0,0 @@ -# run PlatformIO builds -platformio run diff --git a/ci/install-platformio.sh b/ci/install-platformio.sh deleted file mode 100644 index 4d7860a..0000000 --- a/ci/install-platformio.sh +++ /dev/null @@ -1,5 +0,0 @@ -# install PlatformIO -sudo pip install -U platformio - -# update PlatformIO -platformio update |