|
|
|
@ -76,6 +76,7 @@ check() { |
|
|
|
export CORRADE_TEST_COLOR=ON |
|
|
|
export CORRADE_TEST_COLOR=ON |
|
|
|
ctest --output-on-failure -j9 || true |
|
|
|
ctest --output-on-failure -j9 || true |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Keep in sync with PKGBUILD |
|
|
|
MAGNUM_DISABLE_EXTENSIONS="GL_ARB_invalidate_subdata GL_ARB_multi_bind GL_ARB_separate_shader_objects GL_ARB_texture_storage GL_ARB_texture_storage_multisample GL_ARB_texture_multisample GL_ARB_shading_language_420pack GL_ARB_explicit_uniform_location GL_ARB_explicit_attrib_location GL_ARB_texture_filter_anisotropic" ctest --output-on-failure -j9 -R GLTest || true |
|
|
|
MAGNUM_DISABLE_EXTENSIONS="GL_ARB_invalidate_subdata GL_ARB_multi_bind GL_ARB_separate_shader_objects GL_ARB_texture_storage GL_ARB_texture_storage_multisample GL_ARB_texture_multisample GL_ARB_shading_language_420pack GL_ARB_explicit_uniform_location GL_ARB_explicit_attrib_location GL_ARB_texture_filter_anisotropic" ctest --output-on-failure -j9 -R GLTest || true |
|
|
|
MAGNUM_DISABLE_EXTENSIONS="GL_ARB_direct_state_access GL_ARB_robustness GL_ARB_multi_bind" ctest --output-on-failure -j9 -R GLTest || true |
|
|
|
MAGNUM_DISABLE_EXTENSIONS="GL_ARB_direct_state_access GL_ARB_robustness GL_ARB_multi_bind" ctest --output-on-failure -j9 -R GLTest || true |
|
|
|
MAGNUM_DISABLE_EXTENSIONS="GL_ARB_get_texture_sub_image" ctest --output-on-failure -j9 -R GLTest || true |
|
|
|
MAGNUM_DISABLE_EXTENSIONS="GL_ARB_get_texture_sub_image" ctest --output-on-failure -j9 -R GLTest || true |
|
|
|
@ -84,8 +85,7 @@ check() { |
|
|
|
MAGNUM_DISABLE_EXTENSIONS="GL_KHR_debug" ctest --output-on-failure -j9 -R GLTest || true |
|
|
|
MAGNUM_DISABLE_EXTENSIONS="GL_KHR_debug" ctest --output-on-failure -j9 -R GLTest || true |
|
|
|
|
|
|
|
|
|
|
|
# Run all Vulkan tests with llvmpipe as well |
|
|
|
# Run all Vulkan tests with llvmpipe as well |
|
|
|
# Keep in sync with PKGBUILD, PKGBUILD-release and |
|
|
|
# Keep in sync with PKGBUILD and package/ci/unix-desktop-vulkan.sh |
|
|
|
# package/ci/unix-desktop-vulkan.sh |
|
|
|
|
|
|
|
MAGNUM_DEVICE=cpu ctest --output-on-failure -j9 -R VkTest || true |
|
|
|
MAGNUM_DEVICE=cpu ctest --output-on-failure -j9 -R VkTest || true |
|
|
|
for device in "" cpu; do |
|
|
|
for device in "" cpu; do |
|
|
|
MAGNUM_DEVICE=$device MAGNUM_VULKAN_VERSION=1.0 ctest --output-on-failure -j9 -R VkTest || true |
|
|
|
MAGNUM_DEVICE=$device MAGNUM_VULKAN_VERSION=1.0 ctest --output-on-failure -j9 -R VkTest || true |
|
|
|
|