Skip to content
Snippets Groups Projects
Commit a5e5019f authored by Dennis Terhorst's avatar Dennis Terhorst :rocket:
Browse files

add debug output

parent 16a15825
No related branches found
No related tags found
4 merge requests!301create new experimental release,!300add spack post-installation testing,!279update py-elephant to 0.12.0,!214Change NEST tests from build to install phase
Pipeline #20564 failed with stage
in 3 hours and 48 seconds
......@@ -198,6 +198,13 @@ class Nest(CMakePackage):
@run_after('install')
@on_package_attributes(run_tests=True)
def installcheck(self):
print('''
##########################################
###
### RUNNING MAKE INSTALLCHECK
###
##########################################
''')
with working_dir(self.build_directory):
make("installcheck")
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment