From 7151b5122a5a0d05ef62eae36be61570321f3fd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20Michaj=C5=82ow?= Date: Sun, 29 Jan 2023 07:30:58 +0100 Subject: ci: separate meson/waf build dirs --- ci/build-tumbleweed.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ci/build-tumbleweed.sh') diff --git a/ci/build-tumbleweed.sh b/ci/build-tumbleweed.sh index 355ccd92e6..48b464b594 100755 --- a/ci/build-tumbleweed.sh +++ b/ci/build-tumbleweed.sh @@ -19,7 +19,8 @@ if [ "$1" = "meson" ]; then fi if [ "$1" = "waf" ]; then - python3 ./waf configure \ + python3 ./waf configure \ + --out=build_waf \ --enable-cdda \ --enable-dvbin \ --enable-dvdnav \ @@ -31,5 +32,5 @@ if [ "$1" = "waf" ]; then --enable-tests \ --enable-vulkan python3 ./waf build - ./build/mpv -v --no-config -v --unittest=all-simple + ./build_waf/mpv -v --no-config -v --unittest=all-simple fi -- cgit v1.2.3