aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2019-07-04 07:09:07 -0400
committerJack Lloyd <[email protected]>2019-07-04 07:09:07 -0400
commit74eac77453c28a26c37188d744ddd9b71c2430e7 (patch)
treefbc55f98fbc2c471b881748b42f3441b76377e13 /doc
parentdc5371a442559f18a4c894204b9fe5c7cf940e75 (diff)
parentc20397ec8cbd5fc66951cc4a7b598c61293cf5d9 (diff)
Merge GH #2017 Add Android build to Travis CI
Diffstat (limited to 'doc')
-rw-r--r--doc/dev_ref/todo.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/dev_ref/todo.rst b/doc/dev_ref/todo.rst
index ede20b17d..174be056e 100644
--- a/doc/dev_ref/todo.rst
+++ b/doc/dev_ref/todo.rst
@@ -177,10 +177,10 @@ Build/Test
* Code signing for Windows installers
* Test runner python script that captures backtraces and other
debug info during CI
-* Build for Android in CI
* Support hardcoding all test vectors into the botan-test binary
so it can run as a standalone item (copied to a device, etc)
* Run iOS binary under simulator in CI
+* Run Android binary under simulator in CI
* Run the TPM tests against an emulator
(https://github.com/PeterHuewe/tpm-emulator)
* Add clang-tidy, clang-analyzer, cppcheck to CI