This directory contains tooling used to run Continuous Integration tasks.
- Requires python3.5+ and setuptools to be installed.
-
Optionally create a virtualenv to avoid installing system-wide.
python3 -m venv ~/.venvs/fireci source ~/.venvs/fireci/bin/activate
-
At the root of the firebase sdk repo, run
pip3 install -e ./ci/fireci/
-
For usage help, see:
fireci --help