mirror of
https://github.com/rehlds/testdemos.git
synced 2025-01-27 21:47:55 +03:00
e5c562f603
* fix cstrike gamedll for rehlds test * rename test script * Dockerfile: copy chmod too & fix chmod for files * remove unused test.sh --------- Co-authored-by: s1lentq <s1lentsk@yandex.ru>
11 lines
439 B
Bash
Executable File
11 lines
439 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo " - Testing rehlds -"
|
|
rsync -a deps/rehlds/* .
|
|
|
|
demo=cstrike-muliplayer-1 desc="CS: Multiplayer" ./runTest.sh
|
|
demo=rehlds-phys-single1 desc="Half-Life: Physics singleplayer" ./runTest.sh
|
|
demo=crossfire-1-multiplayer-1 desc="Half-Life: Multiplayer on crossfire map" ./runTest.sh
|
|
demo=shooting-hl-1 desc="Half-Life: Shooting with several weapons" ./runTest.sh
|
|
|