diff --git a/ci/build_all_linux.sh b/ci/build_all_linux.sh index 8a5c4add940549511dd244d1bfa25160d383158d..65ea1461fad305aedf0d4c78be8783b5752d3bc0 100755 --- a/ci/build_all_linux.sh +++ b/ci/build_all_linux.sh @@ -6,7 +6,7 @@ if [ ! -d "lib_com" ]; then fi # first build codec, everything else needs this anyway -make clean all -j +make clean && make all -j # build unittests make unittests -j # build prerenderer