Spec

Launch/Execution specification.

Members

Functions

allBuildFlags
string[] allBuildFlags(BuildOption[] bos)
Undocumented in source. Be warned that the author may not have intended to support it.
bosFlags
string[] bosFlags(BuildOption[] bos)
Undocumented in source. Be warned that the author may not have intended to support it.
build
void build(BuildOption[] bos, DirPath workDir, bool echo)
Undocumented in source. Be warned that the author may not have intended to support it.
fetch
void fetch(BuildOption[] bos, DirPath dlDir, bool echo)
Undocumented in source. Be warned that the author may not have intended to support it.
go
void go(BuildOption[] bos, bool echo)
Undocumented in source. Be warned that the author may not have intended to support it.
jobFlags
string[] jobFlags()
Undocumented in source. Be warned that the author may not have intended to support it.
prebuild
void prebuild(BuildOption[] bos, DirPath workDir, bool echo)
Undocumented in source. Be warned that the author may not have intended to support it.
prebuildCmake
void prebuildCmake(BuildOption[] bos, DirPath workDir, bool echo)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

buildFlagsByOption
BuildFlagsByOption buildFlagsByOption;
Undocumented in source.
buildFlagsDefault
string[] buildFlagsDefault;
Undocumented in source.
compiler
FilePath compiler;
Undocumented in source.
extraRemoteSpecs
RemoteSpec[] extraRemoteSpecs;
Undocumented in source.
gitBranch
string gitBranch;
Undocumented in source.
gitRemote
string gitRemote;
Undocumented in source.
homePage
URL homePage;
Undocumented in source.
jobCount
uint jobCount;
Undocumented in source.
name
Name name;
Undocumented in source.
outFilePath
Path outFilePath;
Undocumented in source.
patches
Patch[] patches;
Undocumented in source.
recurseSubModulesFlag
bool recurseSubModulesFlag;
Undocumented in source.
sourceFilePaths
Path[] sourceFilePaths;
Undocumented in source.
sources
string[] sources;
Undocumented in source.
url
RepoURL url;
Undocumented in source.
versionNames
DlangVersionName[] versionNames;
Undocumented in source.

Meta