Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.

Commit 856b8be

Browse files
committed
test new ci action
1 parent ba24064 commit 856b8be

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

.github/workflows/check-xgl-docker.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
branches:
66
- '*'
77
- '!master'
8-
pull_request:
98

109
jobs:
1110
build-and-test:

.github/workflows/psdb.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: PSDB for XGL
2+
3+
on:
4+
pull_request:
5+
6+
jobs:
7+
test:
8+
name: psdb build and test for xgl
9+
runs-on: [self-hosted, build]
10+
steps:
11+
- name: Checkout AMDVLK
12+
run: |
13+
~/bin/repo init -u https://github.com/GPUOpen-Drivers/AMDVLK.git -b master --depth=1
14+
~/bin/repo sync
15+
cmake -G Ninja -S drivers/xgl -B Release64
16+
cmake --build Release64

0 commit comments

Comments
 (0)