Target

A target to be checked for, to possibly bypass the build

Members

Functions

check
bool check(in string srcDir)

Check if the target is up-to-date vs the provided src files.

resolveArtifact
void resolveArtifact(in string installDir)

resolve the target file in the install dir, and set the targetPath field

Variables

artifact
string artifact;

full path to the target artifact

name
string name;

target name

srcFiles
string[] srcFiles;

files used to build the artifacts in the src dir

Meta