diff options
| author | Chris Forbes <chrisforbes@google.com> | 2018-02-23 10:16:17 -0800 |
|---|---|---|
| committer | Chris Forbes <chrisf@ijw.co.nz> | 2018-02-23 21:50:51 -0800 |
| commit | ca326fac7b657db0885efa398e4d72f373cdbec4 (patch) | |
| tree | 10a67f406ecae31d2ff4e492adb7c6aa2213b283 | |
| parent | 612dd31d84daefd04e22ca194c20ea78e6edc362 (diff) | |
| download | usermoji-ca326fac7b657db0885efa398e4d72f373cdbec4.tar.xz | |
tweak travis config to make it easier to see which profile is failing
| -rw-r--r-- | .travis.yml | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml index 45e1188e..2496ee97 100644 --- a/.travis.yml +++ b/.travis.yml @@ -96,13 +96,11 @@ script: export VK_LAYER_PATH=external/VulkanTools/build/layersvt:dbuild/layers export VK_ICD_FILENAMES=dbuild/icd/VkICD_mock_icd.json dbuild/tests/vk_layer_validation_tests - VK_DEVSIM_FILENAME=tests/device_profiles/adreno_540.json dbuild/tests/vk_layer_validation_tests --devsim - VK_DEVSIM_FILENAME=tests/device_profiles/amd_radv_polaris10.json dbuild/tests/vk_layer_validation_tests --devsim - VK_DEVSIM_FILENAME=tests/device_profiles/geforce_940m.json dbuild/tests/vk_layer_validation_tests --devsim - VK_DEVSIM_FILENAME=tests/device_profiles/intel_hd_graphics_520_skylake_gt2.json dbuild/tests/vk_layer_validation_tests --devsim - VK_DEVSIM_FILENAME=tests/device_profiles/mali-t760.json dbuild/tests/vk_layer_validation_tests --devsim - VK_DEVSIM_FILENAME=tests/device_profiles/nvidia_tegra_x1.json dbuild/tests/vk_layer_validation_tests --devsim - VK_DEVSIM_FILENAME=tests/device_profiles/powervr_rogue_ge8300.json dbuild/tests/vk_layer_validation_tests --devsim + for profile in tests/device_profiles/*.json + do + echo Testing with profile $profile + VK_DEVSIM_FILENAME=$profile dbuild/tests/vk_layer_validation_tests --devsim + done fi - | if [[ "$VULKAN_BUILD_TARGET" == "ANDROID" ]]; then |
