Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 2.05 KB

build_workflow.md

File metadata and controls

27 lines (22 loc) · 2.05 KB

Build Workflow

IMPORTANT:

For understand these part, read build_instructions.md and build_toolchain.md first

  • verify if its to test a container

    • if its to test a container , creates and launch that container and end build
  • creates the encryption key (basically its creates a file called src/macros.encrypt_key.h ) containing a macro called vibescript_get_key that its used to get the encryption key check key_obfuscate for more details

  • Installs the dependencies

  • create the assets embed vars Assets docs

  • make silver chain src organization read build_toolchain.md for more details

  • create the build_functions and stores on a table, to be able to be called correlated to command lines

  • iterate over the build functions and call the function that matches the command line

Build Functions