diff options
author | murgatroid99 <mlumish@google.com> | 2016-02-03 15:27:41 -0800 |
---|---|---|
committer | murgatroid99 <mlumish@google.com> | 2016-02-03 15:27:41 -0800 |
commit | 33c808b739846dae77b0b6e988fd8989873ceab9 (patch) | |
tree | e4d2434091a085e25f225fb8175097ca3f6f4f4e | |
parent | 93f884506436eb8993df1e3dd85cc4491a6a80c5 (diff) |
Enable Ruby Mac artifact build
-rw-r--r-- | tools/run_tests/artifact_targets.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/run_tests/artifact_targets.py b/tools/run_tests/artifact_targets.py index 317111e4df..7e4601e85a 100644 --- a/tools/run_tests/artifact_targets.py +++ b/tools/run_tests/artifact_targets.py @@ -228,4 +228,5 @@ def targets(): [PythonArtifact('linux', 'x86'), PythonArtifact('linux', 'x64'), RubyArtifact('linux', 'x86'), - RubyArtifact('linux', 'x64')]) + RubyArtifact('linux', 'x64'), + RubyArtifact('macos', 'x64')]) |