summaryrefslogtreecommitdiffhomepage
path: root/contrib
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2025-05-31 19:44:32 +0200
committerStanislaw Halik <sthalik@misaki.pl>2025-08-13 21:11:06 +0200
commitbc97716e64f72f7e40f21d138244d95733c4fc76 (patch)
tree0f02044b427fa74d3f374b168ec92d7b1e29791e /contrib
parent451389a0b9ddc12d5a5ec6d958a38f07b3b25783 (diff)
update my build layout after a hard drive change
Diffstat (limited to 'contrib')
-rw-r--r--contrib/all.sh15
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