core: CI: launch xfvb for testing on linux
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
373ad6c695
commit
8cf4a81a2f
1 changed files with 6 additions and 1 deletions
7
libs/core/.github/workflows/ci.yml
vendored
7
libs/core/.github/workflows/ci.yml
vendored
|
|
@ -21,8 +21,13 @@ jobs:
|
|||
git clone https://github.com/hexops/mach-gpu libs/mach-gpu
|
||||
git clone https://github.com/hexops/mach-gpu-dawn libs/mach-gpu-dawn
|
||||
zig build
|
||||
- name: launch xvfb
|
||||
run: Xvfb :99 -screen 0 1680x720x24 > /dev/null 2>&1 &
|
||||
- name: test
|
||||
run: zig build test
|
||||
run: |
|
||||
sudo add-apt-repository -y ppa:kisak/kisak-mesa
|
||||
sudo apt-get update
|
||||
sudo apt-get install mesa-utils mesa-utils-extra mesa-va-drivers mesa-vdpau-drivers mesa-vulkan-drivers xvfb
|
||||
x86_64-windows:
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue