mirror of https://codeberg.org/topola/topola.git
ci: remove SDL2 bench build as we have removed it long ago
This commit is contained in:
parent
a0291255ce
commit
ff2c6cb260
|
|
@ -1,16 +0,0 @@
|
||||||
matrix:
|
|
||||||
include:
|
|
||||||
- CHANNEL: stable
|
|
||||||
FEATURES: sdl2,disable_contracts
|
|
||||||
- CHANNEL: nightly
|
|
||||||
FEATURES: sdl2
|
|
||||||
|
|
||||||
steps:
|
|
||||||
build_sdl2:
|
|
||||||
image: rust
|
|
||||||
environment: [CARGO_TERM_COLOR=always]
|
|
||||||
commands:
|
|
||||||
- apt-get update
|
|
||||||
- apt-get -y install cmake
|
|
||||||
- rustup default "$CHANNEL"
|
|
||||||
- cargo build --features "$FEATURES" --bin "topola-sdl2-demo"
|
|
||||||
Loading…
Reference in New Issue