mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-20 21:28:07 +00:00
Update file copy path for windows [ci skip]
This commit is contained in:
parent
95998f8623
commit
ec3e90b6f9
1 changed files with 2 additions and 2 deletions
|
|
@ -144,9 +144,9 @@ job-windows-vs2017-package:
|
|||
- cmake --build . --target linphone-qt --config Release -- /maxcpucount /nodeReuse:true /p:TrackFileAccess=false
|
||||
- cmake --build . --target package --config Release -- /maxcpucount /nodeReuse:true /p:TrackFileAccess=false
|
||||
- C:\PROGRA~1\Python37\Scripts\cl -s
|
||||
- mkdir "%CI_PROJECT_DIR%/results/windows"
|
||||
- mkdir "%CI_PROJECT_DIR%/results"
|
||||
- cd CPackBuild
|
||||
- copy /B *.exe "%CI_PROJECT_DIR%/results/windows"
|
||||
- copy /B *.exe "%CI_PROJECT_DIR%/results"
|
||||
|
||||
artifacts:
|
||||
paths:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue