ci: remove SDL2 bench build as we have removed it long ago

This commit is contained in:
Mikolaj Wielgus 2024-08-22 01:49:47 +02:00
parent a0291255ce
commit ff2c6cb260
1 changed files with 0 additions and 16 deletions

View File

@ -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"