We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07da02c commit 6dc4241Copy full SHA for 6dc4241
.github/workflows/ci_build.yml
@@ -55,6 +55,9 @@ jobs:
55
else
56
python3 scripts/build.py --config ${{ matrix.config.type }} --skip-check-code-style --parallel 0
57
fi
58
+ - name: Run test app test cases
59
+ run: |
60
+ APP_PATH_BASE=$(pwd)/build/test/test_apps GFXR_CONVERT_PATH=$(pwd)/build/tools/convert/gfxrecon-convert GFXR_LAYER_PATH=$(pwd)/build/layer/ KNOWN_GFXR_PATH_BASE=$(pwd)/test/known_good MOCK_DRIVER_PATH=$(pwd)/build/test/icd/VkICD_mock_icd.json ./build/test/gfxrecon-testapp-runner
61
- name: Prepare artifacts
62
run: |
63
cp LICENSE.txt ${{ matrix.config.build_dir }}/linux/x64/output/bin/
0 commit comments