From 10be53d077c238801f328bef4d11abfec61324db Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Wed, 13 May 2020 21:27:34 +0200 Subject: Added sync in every build --- run | 3 +++ 1 file changed, 3 insertions(+) diff --git a/run b/run index b4c4d8d..974bfa9 100755 --- a/run +++ b/run @@ -198,6 +198,7 @@ elif [ "${mode}" = "clean" ]; then elif [ "${mode}" = "test" ]; then make_cross make_build + make_sync & make_test elif [ "${mode}" = "again" ]; then make_test @@ -220,9 +221,11 @@ elif [ "${mode}" = "tidy" ]; then elif [ "${mode}" = "font" ]; then make_font make_tidy + make_sync & elif [ "${mode}" = "" ]; then # TODO: Prevent code duplication in build script via functions? make_cross make_build + make_sync & make_test else echo "Please use the following syntax:" -- cgit v1.2.3