CI tested, usage examples of using CocoaPods with Bazel via PodToBUILD
.
Note, that the installation of rules_pods
is non-normal and setup for testing
conditions - see the README.md for more info.
Each example directory contains:
- a
BUILD
file. Under tests, Bazel builds the targets defined here - a
WORKSPACE
file. ( Generally empty ) - a
Makefile
. Generally, a symlink to theExample.Makefile
which is used for testing. It is expected thatmake
will do everything relevant to verify this example.