Browse Source

package: enable windowless apps for es3desktop Jenkins CI configuration.

Dammit. This was _exactly_ the thing why I added es3desktop and I forgot
to enable it?!
pull/51/head
Vladimír Vondruš 13 years ago
parent
commit
6d8b1d8eba
  1. 2
      package/ci/jenkins.xml

2
package/ci/jenkins.xml

@ -113,7 +113,7 @@ elif [ ${gl} = "es3" ] ; then
elif [ ${gl} = "es3desktop" ] ; then
gl_flags="-DTARGET_GLES=ON -DTARGET_GLES2=OFF -DTARGET_DESKTOP_GLES=ON"
desktop_flag=OFF
windowless_flag=OFF
windowless_flag=ON
fi
mkdir -p build-${compiler}-${libraries}-${compatibility}-${gl}

Loading…
Cancel
Save