Method
FoundrySdkprepare_to_build
Declaration [src]
DexFuture*
foundry_sdk_prepare_to_build (
FoundrySdk* self,
FoundryBuildPipeline* pipeline,
FoundryProcessLauncher* launcher,
FoundryBuildPipelinePhase phase
)
Description [src]
Prepares launcher to be able to build applications.
That may mean setting things up to access a SDK tooling or other compoonents.
phase is used to differentiate between different types of launchers. For
example, you may apply a different environment for building dependencies
than for the project itself.
Parameters
pipeline-
Type:
FoundryBuildPipelineA
FoundryBuildPipelineorNULL.The argument can be NULL.The data is owned by the caller of the method. launcher-
Type:
FoundryProcessLauncherThe launcher to prepare.
The data is owned by the caller of the method. phase-
Type:
FoundryBuildPipelinePhaseThe phase of the build.