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

11 lines
269 B
Bash
Raw Permalink Normal View History

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