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>
<touchStoneResultCondition>
<name>SUCCESS</name>
<ordinal>0</ordinal>
<color>BLUE</color>
<name>UNSTABLE</name>
<ordinal>1</ordinal>
<color>YELLOW</color>
<completeBuild>true</completeBuild>
</touchStoneResultCondition>
</executionStrategy>

Loading…
Cancel
Save