1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-27 17:28:41 +00:00

Add basic client-server test to CI

This commit is contained in:
sfan5 2021-04-21 18:21:12 +02:00
parent 08f1a7fbed
commit ba40b39500
3 changed files with 57 additions and 34 deletions

View file

@ -80,7 +80,7 @@ jobs:
- name: Install deps
run: |
source ./util/ci/common.sh
install_linux_deps clang-3.9
install_linux_deps clang-3.9 gdb
- name: Build
run: |
@ -89,10 +89,14 @@ jobs:
CC: clang-3.9
CXX: clang++-3.9
- name: Test
- name: Unittest
run: |
./bin/minetest --run-unittests
- name: Integration test
run: |
./util/test_multiplayer.sh
# This is the current clang version
clang_9:
runs-on: ubuntu-18.04