diff options
Diffstat (limited to 'contrib/all.sh')
| -rw-r--r-- | contrib/all.sh | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/contrib/all.sh b/contrib/all.sh index e7bdd720..abab457e 100644 --- a/contrib/all.sh +++ b/contrib/all.sh @@ -32,19 +32,18 @@ run_test() { fi } -#cd "$(dirname -- "$0" || exit $?)" -cd f:/build/floormat +cd "$(dirname -- "$0" || exit $?)" +#cd f:/build/floormat #set -x configurations=' -clang64 clang -mingw64 gcc -msvc64 msvc-debug clang64 clang-asan - +msvc64 msvc-debug +mingw64 gcc-debug clang64 clang-release -msvc64 msvc +msvc64 msvc-release mingw64 gcc-release +clang64 clang-debug ' printf "%s\\n" "$configurations" | @@ -53,7 +52,7 @@ while read wrapper configs; do ( cd $i bprintf -- "***** Entering directory %s\\n" "$i" - "$wrapper" cmake c:/repos/floormat >/dev/null + "$wrapper" cmake ../.. >/dev/null if test $# -eq 0; then printf -- "> Running ninja for %s\\n" "$i" else |
