Vladimír Vondruš
9617646c41
package: explicitly build also WindowlessGlxApplication in dev PKGBUILDs.
12 years ago
Vladimír Vondruš
fbcec47086
package: reorder Jenkins CI axes.
...
The table is now able to fit onto the page.
13 years ago
Vladimír Vondruš
6d8b1d8eba
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?!
13 years ago
Vladimír Vondruš
39988cf128
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.
13 years ago
Vladimír Vondruš
d98d881587
package: added es3desktop variant to Jenkins CI configuration.
13 years ago
Vladimír Vondruš
35340fb184
package: added ES3 desktop PKGBUILD.
13 years ago
Vladimír Vondruš
a8b91a0914
package: building Sdl2Application also in es2desktop PKGBUILD.
13 years ago
Vladimír Vondruš
aa04443d01
package: updated URL in development PKGBUILDs.
13 years ago
Vladimír Vondruš
50c7ab1edc
package: build tests also in MinGW Jenkins configuration.
...
We want to test at least that they build successfully.
13 years ago
Vladimír Vondruš
66fb4bc193
package: added Emscripten and MinGW32 Jenkins CI configuration.
13 years ago
Vladimír Vondruš
28e0361984
package: set RPATH to install dir so the proper dependencies are used.
13 years ago
Vladimír Vondruš
2fb40060fd
package: Fail GLTests Jenkins job if the build fails.
13 years ago
Vladimír Vondruš
d47f8ebdf3
package: add Git configuration also to GLTests Jenkins configuration.
...
So we have nice changelogs from build to build. We now need to run the
tests sequentially, because the building instances would try to access
the git repository all at once.
13 years ago
Vladimír Vondruš
1539d0d83f
package: adapt GLTests Jenkins configuration to previous change.
13 years ago
Vladimír Vondruš
a9361b2b8d
package: add Clang/libc++ combination to Jenkins CI configuration.
...
Hello, shell? I hate you.
13 years ago
Vladimír Vondruš
377d575bef
package: added Clang/libc++ and GCC 4.9 development PKGBUILDs.
13 years ago
Vladimír Vondruš
8cad81935d
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.
13 years ago
Vladimír Vondruš
b181cc3157
package: compile in Release mode for Jenkins CI.
...
Might point out various compiler misoptimizations.
13 years ago
Vladimír Vondruš
d6a54ea5e5
package: enable everything possible for development PKGBUILDs.
13 years ago
Vladimír Vondruš
fcd48a50f5
package: added Clang PKGBUILD.
13 years ago
Vladimír Vondruš
1188e08034
Moved development PKGBUILDs to `package/archlinux`.
...
They cluttered the root project dir way too much.
13 years ago
Vladimír Vondruš
efa1647571
package: Jenkins CI configuration.
13 years ago
Vladimír Vondruš
9749f1ec6a
Add missing `openal` dependency to ArchLinux PKGBUILDs.
13 years ago
Vladimír Vondruš
27215ef18f
Remove `glew` dependency also from all PKGBUILDs.
13 years ago
Vladimír Vondruš
ca846fc1f1
package: updated magnum-git ArchLinux package.
...
Enabled the least intrusive parts to avoid having many/obscure
dependencies. People would need to enable additional modules on their
own.
13 years ago
Vladimír Vondruš
a7ff819dd8
Relicensing to MIT/Expat license, part 5: updated package files.
13 years ago
Vladimír Vondruš
27e1dce533
Got rid of Qt's QtTest in favor of Corrade's TestSuite.
...
Now we can use CORRADE_COMPARE() almost exclusively for comparing
Vector, Matrix instances and all containers from STL. Tests running time
for all 31 tests is now around 0.1 sec instead of two seconds like
before.
Disabled compilation of all benchmarks, because TestSuite cannot handle
them yet.
PKGBUILD from AUR now can shamelessly use check() function without
unnecessary dependencies.
14 years ago
Vladimír Vondruš
d35861fa92
Added Git PKGBUILD.
...
Development PKGBUILD in the root thus provides the same functionality as
`magnum-git`.
14 years ago