aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authordmauro <dmauro@google.com>2021-01-13 17:38:26 -0500
committerDerek Mauro <dmauro@google.com>2021-01-13 20:59:51 -0500
commit6c58c11d5497b6ee1df3cb400ce30deb72fc28c0 (patch)
tree2a03386a7ca40b472ff826be4868eb31aba7491f /ci
parent0186caf75348d3c444ffc6d497678b0c13ee7cd1 (diff)
downloadgoogletest-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.sh2
-rw-r--r--ci/install-platformio.sh5
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