fix: ci pipeline
This commit is contained in:
2
.github/workflows/build-full.yml
vendored
2
.github/workflows/build-full.yml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: Build Full
|
name: Check Full
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|||||||
2
.github/workflows/build-wayland-openvr.yml
vendored
2
.github/workflows/build-wayland-openvr.yml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: Build Wayland+OpenVR
|
name: Check Wayland+OpenVR
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|||||||
2
.github/workflows/build-wayland-openxr.yml
vendored
2
.github/workflows/build-wayland-openxr.yml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: Build Wayland+OpenXR
|
name: Check Wayland+OpenXR
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|||||||
4
.github/workflows/build-x11-openvr.yml
vendored
4
.github/workflows/build-x11-openvr.yml
vendored
@@ -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
|
||||||
|
|||||||
2
.github/workflows/build-x11-openxr.yml
vendored
2
.github/workflows/build-x11-openxr.yml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: Build X11+OpenXR
|
name: Check X11+OpenXR
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|||||||
Reference in New Issue
Block a user