Skip to content

Commit

Permalink
Execute tests during Github build
Browse files Browse the repository at this point in the history
  • Loading branch information
beau-lunarg committed Nov 25, 2024
1 parent 07da02c commit dc0ae2d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ jobs:
else
python3 scripts/build.py --config ${{ matrix.config.type }} --skip-check-code-style --parallel 0
fi
#- name: Run test app test cases
#run: |
#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
- name: Prepare artifacts
run: |
cp LICENSE.txt ${{ matrix.config.build_dir }}/linux/x64/output/bin/
Expand All @@ -64,6 +67,7 @@ jobs:
mv ${{ matrix.config.build_dir }}/linux/x64/output/bin gfxreconstruct-dev
mv ${{ matrix.config.build_dir }}/linux/x64/output/lib*/*.so gfxreconstruct-dev/
mv ${{ matrix.config.build_dir }}/linux/x64/output/share/vulkan/explicit_layer.d/*.json gfxreconstruct-dev/
mv ${{ matrix.config.build_dir }}/linux/x64/output/test/gfxrecon-testapp-runner gfxreconstruct-dev/
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit dc0ae2d

Please sign in to comment.