Browse Source

package: Build other configurations even if the tests don't pass.

More convenient for cases when the main compiler misoptimizes something
and others do not.
pull/34/head
Vladimír Vondruš 13 years ago
parent
commit
8cad81935d
  1. 6
      package/ci/jenkins.xml

6
package/ci/jenkins.xml

@ -163,9 +163,9 @@ compiler == "g++" && libraries == "dynamic" && compatibility == "deprecated" &&
]]> ]]>
</touchStoneCombinationFilter> </touchStoneCombinationFilter>
<touchStoneResultCondition> <touchStoneResultCondition>
<name>SUCCESS</name> <name>UNSTABLE</name>
<ordinal>0</ordinal> <ordinal>1</ordinal>
<color>BLUE</color> <color>YELLOW</color>
<completeBuild>true</completeBuild> <completeBuild>true</completeBuild>
</touchStoneResultCondition> </touchStoneResultCondition>
</executionStrategy> </executionStrategy>

Loading…
Cancel
Save