Skip to content

Commit 3b39689

Browse files
committed
[ci]: copy sources to CI temorary directory on Windows
1 parent 067fd37 commit 3b39689

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.ci/run.cmd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
@echo off
22
PATH=C:\Windows\system32;C:\Perl64\bin;C:\Program Files\Git\cmd;C:\msys64\usr\bin
33

4+
REM Copy source-repo to CI temporary catalog
5+
robocopy /MIR postgrespro .
6+
47
IF "%ARCH%"=="" SET ARCH=X86
58
IF "%ARCH%"=="x86" SET ARCH=X86
69
IF "%ARCH%"=="x64" SET ARCH=X64

0 commit comments

Comments
 (0)