Config.Local

Machine-local configuration These settings should not affect the build output.

Members

Variables

cache
string cache;

How to cache built files.

githubToken
string githubToken;

API token to access the GitHub REST API (optional).

makeJobs
string makeJobs;

If present, passed to GNU make via -j parameter. Can also be "auto" or "unlimited".

offline
bool offline;

Don't get latest updates from GitHub.

repoUrl
string repoUrl;

URL of D git repository hosting D components. Defaults to (and must have the layout of) D.git: https://github.com/CyberShadow/D-dot-git

timeout
int timeout;

Maximum execution time, in seconds, of any single command.

workDir
string workDir;

Location for the checkout, temporary files, etc.

Meta