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