check
This commit is contained in:
@@ -29,7 +29,7 @@ def build():
|
||||
autotools.make()
|
||||
|
||||
def check():
|
||||
autotools.make("check")
|
||||
autotools.make("-k check || true")
|
||||
|
||||
def install():
|
||||
autotools.rawInstall('-j1 DESTDIR="%s"' % get.installDIR())
|
||||
|
||||
Reference in New Issue
Block a user