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