summaryrefslogtreecommitdiff
path: root/.gitlab/ci/borland-env.ps1
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab/ci/borland-env.ps1')
-rwxr-xr-x.gitlab/ci/borland-env.ps13
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab/ci/borland-env.ps1 b/.gitlab/ci/borland-env.ps1
new file mode 100755
index 0000000000..b3b532e37c
--- /dev/null
+++ b/.gitlab/ci/borland-env.ps1
@@ -0,0 +1,3 @@
+Invoke-Expression -Command .gitlab/ci/borland.ps1
+$pwdpath = $pwd.Path
+Set-Item -Force -Path "env:PATH" -Value "$pwdpath\.gitlab\bcc\bin;$env:PATH"