mirror of https://codeberg.org/topola/topola.git
ci: build both in stable and nightly Rust
This commit is contained in:
parent
f062e2f34e
commit
9502c05008
|
|
@ -1,5 +1,5 @@
|
||||||
matrix:
|
matrix:
|
||||||
RUST: [nightly]
|
RUST: [stable, nightly]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
build_egui:
|
build_egui:
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
matrix:
|
matrix:
|
||||||
RUST: [nightly]
|
RUST: [stable, nightly]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
build_sdl2:
|
build_sdl2:
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
matrix:
|
matrix:
|
||||||
RUST: [nightly]
|
RUST: [stable, nightly]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
test:
|
test:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue