Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmake: allow renderables in definition/options #3156

Merged
merged 1 commit into from Apr 30, 2017

Conversation

noc0lour
Copy link
Contributor

Allows putting in real renderables in the CMake step.

  • I have updated the unit tests
  • I have created a file in the master/buildbot/newsfragment directory (and read the README.txt in that directory)

@mention-bot
Copy link

@noc0lour, thanks for your PR! By analyzing the history of the files in this pull request, we identified @sa2ajj, @tardyp and @rodrigc to be potential reviewers.

@codecov
Copy link

codecov bot commented Apr 27, 2017

Codecov Report

Merging #3156 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3156      +/-   ##
==========================================
+ Coverage   88.06%   88.06%   +<.01%     
==========================================
  Files         314      314              
  Lines       33046    33047       +1     
==========================================
+ Hits        29101    29102       +1     
  Misses       3945     3945
Impacted Files Coverage Δ
master/buildbot/steps/cmake.py 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fb26e17...bfd1e44. Read the comment docs.

from buildbot.process.buildstep import BuildStep
from buildbot.process.buildstep import ShellMixin
from buildbot.process.properties import Property
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This import isn't used, so it needs to be removed.

self.properties.setProperty('b', {'a': b_value}, source='test')
self.expect_and_run_command('-D%s=%s' % ('a', b_value))


Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One too many blank lines here.

@tardyp
Copy link
Member

tardyp commented Apr 30, 2017

❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants