parent
5adf266166
commit
406f7321f6
1 changed files with 4 additions and 0 deletions
|
@ -24,6 +24,10 @@ do_build() {
|
||||||
CXXFLAGS="$HOST_CXXFLAGS" python2 configure.py
|
CXXFLAGS="$HOST_CXXFLAGS" python2 configure.py
|
||||||
asciidoc doc/manual.asciidoc
|
asciidoc doc/manual.asciidoc
|
||||||
}
|
}
|
||||||
|
do_check() {
|
||||||
|
./ninja ninja_test &&
|
||||||
|
./ninja_test --gtest_filter=-SubprocessTest.SetWithLots
|
||||||
|
}
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin ninja
|
vbin ninja
|
||||||
vdoc doc/manual.html
|
vdoc doc/manual.html
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue