execute abstract method

Execute the build recipe.

Returns the NativeBuildResult containing the built artifacts.

Implementation

Future<NativeBuildResult> execute(
  NativeBuildContext context,
  ResolvedSource source,
);