source-engine/scripts/tests-ubuntu-amd64.sh

11 lines
269 B
Bash
Raw Permalink Normal View History

2022-08-17 08:22:05 +00:00
#!/bin/sh
git submodule init && git submodule update
sudo apt-get update
sudo apt-get install -y libbz2-dev
2022-08-17 08:22:05 +00:00
2023-11-08 18:58:33 +00:00
./waf configure -T release --sanitize=address,undefined --disable-warns --tests --prefix=out/ $* &&
2022-08-17 08:22:05 +00:00
./waf install &&
cd out &&
2022-08-17 10:39:51 +00:00
LD_LIBRARY_PATH=bin/ ./unittest