ninja version bump

This commit is contained in:
groni
2017-02-23 12:32:41 +01:00
parent ba92d08300
commit 23b60275a3
2 changed files with 12 additions and 4 deletions
+3 -3
View File
@@ -11,13 +11,13 @@ from pisi.actionsapi import get
def build():
shelltools.system("python bootstrap.py")
shelltools.system("python configure.py --bootstrap")
shelltools.system("asciidoc doc/manual.asciidoc")
shelltools.system("emacs -Q --batch -f batch-byte-compile misc/ninja-mode.el")
#shelltools.system("emacs -Q --batch -f batch-byte-compile misc/ninja-mode.el")
def check():
#needs new package gtest -> ignore it for now
shelltools.system("python ./configure.py --with-gtest=/usr/share/gtest")
shelltools.system("python ./configure.py")
shelltools.system("./ninja ninja_test")
shelltools.system("./ninja_test --gtest_filter=-SubprocessTest.SetWithLots")