Skip to content
Snippets Groups Projects
Commit b90661da authored by Eleni Mathioulaki's avatar Eleni Mathioulaki
Browse files

Merge branch 'sda-make-clean' into 'master'

make clean before building sda

Closes #37

See merge request technical-coordination/project-internal/devops/platform/ebrains-spack-builds!336
parents f1a3b341 bcc91510
No related branches found
No related tags found
2 merge requests!338create new experimental release,!336make clean before building sda
Pipeline #22835 passed with stage
in 1 hour, 19 minutes, and 10 seconds
......@@ -50,6 +50,11 @@ class Sda(MakefilePackage):
install_tree('examples', prefix.examples)
install_tree('lib', prefix.lib)
@run_before('build')
def make_clean(self):
with working_dir('src'):
make("clean")
@run_after('install')
def test_install(self):
# run random test
......
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