WARNING: This step is deprecated, use Project scanner instead
Gather information about project files
Currently supported projects:
- iOS ( with or without CocoaPods )
- Android ( with Gradle )
- Xamarin (iOS and Android)
Can be run directly with the bitrise CLI,
just git clone
this repository, cd
into it's folder in your Terminal/Command Line
and call bitrise run test
.
Check the bitrise.yml
file for required inputs which have to be
added to your .bitrise.secrets.yml
file!
You can call docker-compose run --rm app bitrise run test
to run the test
inside the Bitrise Android Docker image.