mirror of
https://github.com/luanti-org/luanti.git
synced 2025-11-20 08:25:23 +01:00
Add non-headless singleplayer tests to CI
This commit is contained in:
6
.github/workflows/linux.yml
vendored
6
.github/workflows/linux.yml
vendored
@@ -119,7 +119,7 @@ jobs:
|
||||
- name: Install deps
|
||||
run: |
|
||||
source ./util/ci/common.sh
|
||||
install_linux_deps clang-18 lldb
|
||||
install_linux_deps clang-18 lldb xvfb
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
@@ -136,6 +136,10 @@ jobs:
|
||||
run: |
|
||||
./util/test_multiplayer.sh
|
||||
|
||||
- name: Singleplayer test
|
||||
run: |
|
||||
xvfb-run ./util/test_singleplayer.sh
|
||||
|
||||
# Build with prometheus-cpp (server-only), also runs on ARM64
|
||||
clang_prometheus_arm:
|
||||
name: "clang (with Prometheus, ARM64)"
|
||||
|
||||
Reference in New Issue
Block a user