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:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
name: Build Wayland+OpenVR
|
name: Check Wayland+OpenVR
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
name: Build Wayland+OpenXR
|
name: Check Wayland+OpenXR
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
name: Build X11+OpenVR
|
name: Check X11+OpenVR
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|
@ -27,4 +27,4 @@ jobs:
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build --verbose --no-default-features --features=x11,openvr
|
run: cargo build --verbose --no-default-features --features=x11,openvr
|
||||||
- name: Run tests
|
- 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:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue