diff --git a/scripts/run_buildkite.bat b/scripts/run_buildkite.bat index e3d2af1..df047cd 100644 --- a/scripts/run_buildkite.bat +++ b/scripts/run_buildkite.bat @@ -14,6 +14,6 @@ rem limitations under the License. md build cd build -call run_cmake.bat -call run_ninja.bat all -call run_ninja.bat check-all \ No newline at end of file +call %~dp0\run_cmake.bat +call %~dp0\run_ninja.bat all +call %~dp0\run_ninja.bat check-all \ No newline at end of file