aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordan sinclair <dj2@everburning.com>2018-11-20 15:38:06 -0500
committerDavid Neto <dneto@google.com>2018-11-20 15:38:06 -0500
commitadc7f183acbde64a022c34d1fe96be8fcf0148a8 (patch)
tree9081dd163cd2c5a9637b8d08ca57492e3e54155e
parent2d7812f86d997485a72147ec266a78e9e51b0d63 (diff)
downloadamber-adc7f183acbde64a022c34d1fe96be8fcf0148a8.tar.gz
Update README (#79)
Update README
-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%