mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-04-19 19:14:53 +00:00
5 lines
106 B
Bash
Executable file
5 lines
106 B
Bash
Executable file
if [[ ! -d build ]]; then
|
|
meson setup build -Dprefix="$PWD/build/testdir"
|
|
fi
|
|
|
|
ninja -C build rex2-pot
|