mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Adding verbosity to travis make.
This commit is contained in:
parent
2007ba847e
commit
2c0d54adb4
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ def cpp_driver(request):
|
|||
|
||||
# Run cmake/make to build the shared libary
|
||||
subprocess.run(['cmake', os.path.pardir], check=True)
|
||||
subprocess.run(['make'], check=True)
|
||||
subprocess.run(['make', 'VERBOSE=1'], check=True)
|
||||
os.chdir(os.path.pardir)
|
||||
|
||||
yield "./build/cpp_driver"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue