mirror of https://github.com/wayvr-org/wayvr.git
fix: ci pipeline
This commit is contained in:
parent
93fe2bfca2
commit
fc158ed6eb
|
|
@ -1,4 +1,4 @@
|
|||
name: Build Full
|
||||
name: Check Full
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
name: Build Wayland+OpenVR
|
||||
name: Check Wayland+OpenVR
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
name: Build Wayland+OpenXR
|
||||
name: Check Wayland+OpenXR
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
name: Build X11+OpenVR
|
||||
name: Check X11+OpenVR
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
@ -27,4 +27,4 @@ jobs:
|
|||
- name: Build
|
||||
run: cargo build --verbose --no-default-features --features=x11,openvr
|
||||
- name: Run tests
|
||||
run: cargo test --verbos --no-default-features --features=x11,openvre
|
||||
run: cargo test --verbose --no-default-features --features=x11,openvre
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
name: Build X11+OpenXR
|
||||
name: Check X11+OpenXR
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
|
|||
Loading…
Reference in New Issue