execute abstract method
Execute the build recipe.
Returns the NativeBuildResult containing the built artifacts.
Implementation
Future<NativeBuildResult> execute(
NativeBuildContext context,
ResolvedSource source,
);
Execute the build recipe.
Returns the NativeBuildResult containing the built artifacts.
Future<NativeBuildResult> execute(
NativeBuildContext context,
ResolvedSource source,
);