ci: Add novr build

This commit is contained in:
Joshua Ashton 2023-01-11 20:48:13 +00:00 committed by Joshie
parent cae9b3efb7
commit 45552dfdec

View file

@ -26,6 +26,11 @@ jobs:
export CC=gcc CXX=g++
meson build-gcc/ --werror --auto-features=enabled
ninja -C build-gcc/
- name: Build with gcc (no vr)
run: |
export CC=gcc CXX=g++
meson build-gcc-novr/ -Denable_openvr_support=false --werror --auto-features=enabled
ninja -C build-gcc-novr/
- name: Build with clang
run: |
export CC=clang CXX=clang++