Skip to content

Method BuildUnixPortAsync

Namespace: Belay.Core.Testing
Assembly: Belay.Core.dll

BuildUnixPortAsync(string, CancellationToken)

Build the MicroPython unix port if source is available.

csharp
public static Task<bool> BuildUnixPortAsync(string micropythonRepoPath, CancellationToken cancellationToken = default)

Parameters

micropythonRepoPath string

cancellationToken CancellationToken

Returns

Task<bool>

A representing the asynchronous operation.

Released under the Apache License 2.0.