This repository was archived by the owner on Sep 15, 2025. It is now read-only.
test new ci action #5
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: PSDB for XGL | |
| on: | |
| pull_request: | |
| jobs: | |
| test: | |
| name: psdb build and test for xgl | |
| runs-on: [self-hosted, build] | |
| steps: | |
| - name: Checkout AMDVLK | |
| run: | | |
| mkdir psdb_xgl && cd psdb_xgl | |
| ~/bin/repo init -u https://github.com/GPUOpen-Drivers/AMDVLK.git -b master --depth=1 | |
| ~/bin/repo sync | |
| cmake -G Ninja -S xgl -B Release64 | |
| cmake --build Release64 |