This repository was archived by the owner on Sep 15, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 branches :
66 - ' *'
77 - ' !master'
8- pull_request :
98
109jobs :
1110 build-and-test :
Original file line number Diff line number Diff line change 1+ name : PSDB for XGL
2+
3+ on :
4+ pull_request :
5+
6+ env :
7+ TASK_ID : " $GITHUB_RUN_ID-$GITHUB_RUN_NUMBER"
8+
9+ jobs :
10+ test :
11+ name : build
12+ runs-on : [self-hosted, build]
13+ steps :
14+ - name : Checkout AMDVLK
15+ run : |
16+ ~/bin/repo init -u https://github.com/GPUOpen-Drivers/AMDVLK.git -b dev --depth=1
17+ ~/bin/repo sync
18+ cmake -G Ninja -S drivers/xgl -B Release64
19+ cmake --build Release64
20+ echo "$GITHUB_RUN_ID-$GITHUB_RUN_NUMBER"
21+ echo "$TASK_ID"
22+ - name : Upload AMDVLK driver
23+ uses : actions/upload-artifact@v4
24+ with :
25+ name : driver
26+ path : Release64/icd/amdvlk64.so
You can’t perform that action at this time.
0 commit comments