commit | 896af751f8ed58832d6f5ec87227a1781d6bdcb2 | [log] [tgz] |
---|---|---|
author | Eric Boren <borenet@google.com> | Mon Apr 24 13:22:56 2017 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Mon Apr 24 17:45:46 2017 +0000 |
tree | 30525d67a9b2e4b153e2091d2ef7eec7289ba70c | |
parent | 4a395049a977d7e04515bad490365fe9ec9ffaab [diff] |
[recipes] Add env recipe module Simplifies the process of nesting environments. Usage: with api.env({'myvar': 'myval'}): # do stuff Same as api.step.context but specialized for just environment and merges PATH variable intelligently. Bug: skia:6473 Change-Id: I5769c69cbbbcdab0c6298cee6c5e1fe9caf89c78 Reviewed-on: https://skia-review.googlesource.com/14189 Reviewed-by: Kevin Lubick <kjlubick@google.com> Commit-Queue: Eric Boren <borenet@google.com>