Skip to content

Commit

Permalink
package: removed MinGW32 Jenkins CI configuration.
Browse files Browse the repository at this point in the history
Can't test it on my system anymore.
  • Loading branch information
mosra committed Jun 29, 2014
1 parent a0485fa commit a6d0151
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 127 deletions.
13 changes: 6 additions & 7 deletions doc/building-plugins.dox
Original file line number Diff line number Diff line change
Expand Up @@ -118,15 +118,14 @@ librares as it tries to compile the library with every combination of them. You
can add/remove the axes in `axes/hudson.matrix.TextAxis` or via the web
interface later.

MagnumPlugins-GLTests depend on active X11 session, thus they should be run from
Jenkins instance running on graphical user session.
MagnumPlugins-GLTests depend on active X11 session, thus they should be run
from Jenkins instance running on graphical user session.

There is also MinGW32, MinGW-w64, Emscripten and NaCl configuration, add or
update them with the commands below. See @ref building-crosscompiling for more
information about setting up the crosscompilers and `toolchains/` submodule.
For Emscripten you need also **Node.js** installed to run the tests.
There is also MinGW-w64, Emscripten and NaCl configuration, add or update them
with the commands below. See @ref building-crosscompiling for more information
about setting up the crosscompilers and `toolchains/` submodule. For Emscripten
you need also **Node.js** installed to run the tests.

java -jar jenkins-cli.jar -s http://your-jenkins-server <command> MagnumPlugins-MinGW32 < jenkins-mingw32.xml
java -jar jenkins-cli.jar -s http://your-jenkins-server <command> MagnumPlugins-MinGW-w64 < jenkins-mingw-w64.xml
java -jar jenkins-cli.jar -s http://your-jenkins-server <command> MagnumPlugins-Emscripten < jenkins-emscripten.xml
java -jar jenkins-cli.jar -s http://your-jenkins-server <command> MagnumPlugins-NaCl < jenkins-nacl.xml
Expand Down
120 changes: 0 additions & 120 deletions package/ci/jenkins-mingw32.xml

This file was deleted.

0 comments on commit a6d0151

Please sign in to comment.