Skip to content
Snippets Groups Projects
Commit 87879b35 authored by Nicolas "Pixel" Noble's avatar Nicolas "Pixel" Noble
Browse files

Forgot to add the post_build_steps for Sanity...

parent 3fcd3bf8
No related branches found
No related tags found
No related merge requests found
......@@ -417,6 +417,9 @@ class Sanity(object):
def build_steps(self):
return []
def post_tests_steps(self):
return []
def makefile_name(self):
return 'Makefile'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment