adds TEST_SCREENSHOTS boolean toggle to build_config.json & adds subdirectory searching for upload_to_s3.py script

This commit is contained in:
jromnoa
2021-06-11 18:12:24 -07:00
parent 63bb8aa8a9
commit b2bcd6a326
2 changed files with 51 additions and 19 deletions
@@ -177,7 +177,8 @@
"CMAKE_NATIVE_BUILD_ARGS": "/m /nologo",
"CTEST_OPTIONS": "-L \"(SUITE_smoke_REQUIRES_gpu|SUITE_main_REQUIRES_gpu)\" -T Test",
"TEST_METRICS": "True",
"TEST_RESULTS": "True"
"TEST_RESULTS": "True",
"TEST_SCREENSHOTS": "True"
}
},
"asset_profile_vs2019": {