[continuous-integration] move android check to GitHub Actions (#4829)

This commit is contained in:
Yakun Xu
2020-04-17 16:46:44 -07:00
committed by GitHub
parent 4b55284bd2
commit 1089aa9ff4
11 changed files with 40 additions and 1096 deletions
-1
View File
@@ -37,7 +37,6 @@ The OpenThread Project follows the "Fork-and-Pull" model for accepting contribut
Setup your GitHub fork and continuous-integration services:
1. Fork the [OpenThread repository](https://github.com/openthread/openthread) by clicking "Fork" on the web UI.
2. Enable [Travis CI](https://travis-ci.org/) by logging in the respective service with your GitHub account and enabling your newly created fork. We use Travis CI for Linux-based continuous integration checks. All contributions must pass these checks to be accepted.
Setup your local development environment: