Browse Source

package: don't check GL tests for es2 and es3 targets.

They don't have any windowless application yet, thus the operations are
basically a no-op. AND JENKINS IS SO DAMN SLOW THAT THIS MATTERS.
pull/51/head
Vladimír Vondruš 13 years ago
parent
commit
39988cf128
  1. 2
      package/ci/jenkins-gltests.xml

2
package/ci/jenkins-gltests.xml

@ -67,9 +67,7 @@
<name>gl</name> <name>gl</name>
<values> <values>
<string>desktop</string> <string>desktop</string>
<string>es2</string>
<string>es2desktop</string> <string>es2desktop</string>
<string>es3</string>
<string>es3desktop</string> <string>es3desktop</string>
</values> </values>
</hudson.matrix.TextAxis> </hudson.matrix.TextAxis>

Loading…
Cancel
Save