Upload build logs to the binary cache

This commit is contained in:
Eelco Dolstra
2017-03-15 16:43:54 +01:00
parent 7e6486e694
commit 150228d7de
3 changed files with 17 additions and 1 deletions

View File

@ -414,6 +414,8 @@ private:
order to detect non-determinism. */
std::map<std::pair<std::string, std::string>, unsigned int> jobsetRepeats;
bool uploadLogsToBinaryCache;
public:
State();