Skip to content

Commit

Permalink
Listing cmake options at the end of nox -s cmake.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhermes committed Nov 1, 2019
1 parent fa106ff commit 3f5f527
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,9 @@ def cmake(session):
"install",
)

# Get information on how the build was configured.
session.run("cmake", "-L", build_dir)


@nox.session(py=False)
def clean(session):
Expand Down

0 comments on commit 3f5f527

Please sign in to comment.