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

test new ci action

test new ci action #8

Workflow file for this run

name: PSDB for XGL
on:
pull_request:
env:
TASK_ID: $GITHUB_RUN_ID-$GITHUB_RUN_NUMBER
jobs:
test:
name: build
runs-on: [self-hosted, build]
steps:
- name: Checkout AMDVLK
run: |
~/bin/repo init -u https://github.com/GPUOpen-Drivers/AMDVLK.git -b dev --depth=1
~/bin/repo sync
cmake -G Ninja -S drivers/xgl -B Release64
cmake --build Release64
echo "$GITHUB_RUN_ID-$GITHUB_RUN_NUMBER"
echo "$TASK_ID"
- name: Upload AMDVLK driver
uses: actions/upload-artifact@v4
with:
name: $GITHUB_RUN_ID-$GITHUB_RUN_NUMBER
path: Release64/icd/amdvlk64.so