XMake is a versatile build tool for many languages https://xmake.io/#/?id=supported-languages scriptable in Lua.
More...
|
| static ValueOrError< Tool > | TryGetXMake (string version=LatestVersion) |
| | Get XMake or an error if downloading it has failed.
|
| |
|
|
static string | GetBundleAppName (string version=LatestVersion) |
| |
|
| static ValueOrError< Tool > | EnsureXMake [get] |
| |
| static Tool | XMake [get] |
| | Get XMake. It throws an exception if setup has failed.
|
| |
XMake is a versatile build tool for many languages https://xmake.io/#/?id=supported-languages scriptable in Lua.
Definition at line 21 of file XMakeTasks.cs.
◆ TryGetXMake()
| static ValueOrError< Tool > Nuke.Cola.Tooling.XMakeTasks.TryGetXMake |
( |
string | version = LatestVersion | ) |
|
|
static |
Get XMake or an error if downloading it has failed.
◆ LatestVersion
| const string Nuke.Cola.Tooling.XMakeTasks.LatestVersion = "3.0.4" |
|
static |
◆ EnsureXMake
| ValueOrError<Tool> Nuke.Cola.Tooling.XMakeTasks.EnsureXMake |
|
staticget |
◆ XMake
| Tool Nuke.Cola.Tooling.XMakeTasks.XMake |
|
staticget |
Get XMake. It throws an exception if setup has failed.
Definition at line 59 of file XMakeTasks.cs.
The documentation for this class was generated from the following file:
- /home/runner/work/md.Nuke.Cola/md.Nuke.Cola/md.Nuke.Cola/Tooling/XMakeTasks.cs