css_enhanced_waf/scripts/tests-ubuntu-i386.sh

12 lines
391 B
Bash
Raw Normal View History

2023-04-05 23:27:17 +01:00
install#!/bin/sh
2022-08-17 09:22:05 +01:00
git submodule init && git submodule update
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install -y g++-multilib gcc-multilib libbz2-dev:i386
2022-08-17 09:22:05 +01:00
2023-04-07 11:25:58 +01:00
PKG_CONFIG_PATH=/usr/lib/i386-linux-gnu/pkgconfig ./waf configure -T release --sanitize=address,undefined --disable-warns --tests --prefix=out/ $* &&
2022-08-17 09:22:05 +01:00
./waf install &&
cd out &&
2022-08-17 11:39:51 +01:00
LD_LIBRARY_PATH=bin/ ./unittest