disable utils compilation in stable STL builds as tex2rtf doesn't (and won't) build; try to run test with the --timing option to understand why/where does it hang
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58429 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
7505b72ead
commit
f8eead5aef
@ -39,8 +39,9 @@
|
||||
<steps>
|
||||
<checkout branch="{$STABLE_BRANCH}"/>
|
||||
<configure options="--with-gtk --enable-debug --enable-stl --enable-std_iostreams --enable-std_string --disable-compat24"/>
|
||||
<compile-all/>
|
||||
<run-tests/>
|
||||
<compile-all utils="false"/>
|
||||
<!-- <run-tests/> -->
|
||||
cd tests && ./test --timing
|
||||
</steps>
|
||||
</build>
|
||||
|
||||
@ -51,7 +52,7 @@
|
||||
<steps>
|
||||
<checkout branch="{$STABLE_BRANCH}"/>
|
||||
<configure options="--with-gtk --disable-debug --enable-stl --enable-std_iostreams --enable-std_string --disable-compat24"/>
|
||||
<compile-all/>
|
||||
<compile-all utils="false"/>
|
||||
<run-tests/>
|
||||
</steps>
|
||||
</build>
|
||||
|
Loading…
Reference in New Issue
Block a user