aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md6
-rw-r--r--kokoro/scripts/windows/build.bat3
2 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index fca6a07..facdf31 100644
--- a/README.md
+++ b/README.md
@@ -42,6 +42,12 @@ cmake -GNinja ../..
ninja
```
+## Build Bots
+
+There are a number of build bots to verify Amber continues to compile and run
+on the various targets. Due to bot limitations, the integration tests are not
+being run on the bots, just the unit tests.
+
## Backends
Amber is designed to run against different graphics APIs.
diff --git a/kokoro/scripts/windows/build.bat b/kokoro/scripts/windows/build.bat
index d3db67a..b39d072 100644
--- a/kokoro/scripts/windows/build.bat
+++ b/kokoro/scripts/windows/build.bat
@@ -61,7 +61,4 @@ amber_unittests
if %ERRORLEVEL% GEQ 1 exit /b %ERRORLEVEL%
echo "Tests Completed %DATE% %TIME%"
-:: Clean up some directories.
-rm -rf %SRC%\build
-
exit /b %ERRORLEVEL%