Go to file
Ivan Smolin a8f072f216 add actor data race checks for debug 2022-12-08 15:05:12 +03:00
core add iOS build options generation 2020-06-11 14:50:10 +03:00
ios_build_settings_renderer add actor data race checks for debug 2022-12-08 15:05:12 +03:00
test_data add iOS build options generation 2020-06-11 14:50:10 +03:00
web_parameters_renderer Team City options generation 2020-06-05 11:12:39 +03:00
.gitignore Initial commit 2020-06-05 11:06:07 +03:00
LICENSE Initial commit 2020-06-05 11:06:07 +03:00
README.md update README and argument parser help 2020-06-15 12:57:10 +03:00
argument_parser.py update README and argument parser help 2020-06-15 12:57:10 +03:00
helper.py add iOS build options generation 2020-06-11 14:50:10 +03:00
requirements.pip Core models, logic and test data 2020-06-05 11:11:52 +03:00

README.md

Build Options Helper (BOH)

An utility to work with build options.

Can generate:

Usage

usage: helper.py [-h] --build-parameters-path BUILD_PARAMETERS_PATH
                 --output-folder OUTPUT_FOLDER --render
                 {ios_build_settings,team_city_web_parameters} --platform
                 {ios,android}

optional arguments:
  -h, --help            show this help message and exit
  --build-parameters-path BUILD_PARAMETERS_PATH, -bp BUILD_PARAMETERS_PATH
                        Relative or absolute path to build parameters in yaml
                        format.
  --output-folder OUTPUT_FOLDER, -o OUTPUT_FOLDER
                        Path to writeable directory for execution results.
  --render {ios_build_settings,team_city_web_parameters}, -r {ios_build_settings,team_city_web_parameters}
                        Task that should be done.
  --platform {ios,android}, -p {ios,android}
                        Platform for which build parameters rules should be
                        applied.