aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorLaytan Laats <laytanlaats@hotmail.com>2024-01-29 23:14:58 +0100
committerLaytan Laats <laytanlaats@hotmail.com>2024-01-29 23:14:58 +0100
commita95a326cbce6a5a7e925b57d36efb5faa9bf2d51 (patch)
tree90b173c28897e869b30a6050d05c1a81cd7aefe7 /build.sh
parentd5f5bc5ba6d6ce48305073e0cd3ff2916989b034 (diff)
set correct path
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index c0c899c..e1f00a5 100755
--- a/build.sh
+++ b/build.sh
@@ -28,6 +28,12 @@ then
#exit 1
fi
fi
+if [[ $1 == "CI_NO_TESTS" ]]
+then
+ shift
+
+ export PATH=$PATH:$PWD/Odin
+fi
if [[ $1 == "single_test" ]]
then
shift