add initial hermetic container build-and-test support

This commit is contained in:
Ivan Avdeev
2026-04-07 17:51:32 -04:00
parent 4a1a79f206
commit eecca09544
4 changed files with 137 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
# Path to Steam Half-Life data, where ./valve and ./valve_hd dirs are located (readonly)
# Must already contain build https://github.com/FWGS/hlsdk-portable libs in `dlls` and `cl_dlls/`
STEAM_HALFLIFE_DIR=${HOME}/opt/Half-Life
# Path to https://rtxash.omgwtf.ru/Half-Life-RTX/Half-Life-PBR repo clone (readonly)
HALFLIFE_PBR_REPO_DIR=${HOME}/src/Half-Life-PBR
# Path to https://github.com/w23/xash3d-fwgs/ clone (readonly)
XASH3D_RT_REPO_DIR=${HOME}/src/xash3d-fwgs