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

make clean before building sda

parent f1a3b341
No related branches found
No related tags found
2 merge requests!338create new experimental release,!336make clean before building sda
Pipeline #22834 passed with stage
in 12 minutes
......@@ -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