File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,34 +29,12 @@ jobs:
2929 include-packages : " Indy10, ZeosDBO"
3030 with-cache : false
3131
32- - name : Install TaurusTLS runtime package
33- shell : pwsh
34- run : |
35- $ErrorActionPreference = "Stop"
36-
37- git clone --depth 1 https://github.com/TurboPack/indy_extras.git "$env:RUNNER_TEMP\indy_extras"
38-
39- $TaurusLazDir = Join-Path $env:RUNNER_TEMP "indy_extras\TaurusTLS\Packages\lazarus"
40- $TaurusRtPkg = Join-Path $TaurusLazDir "taurustlsrt.lpk"
41-
42- Write-Host "Taurus Lazarus package dir: $TaurusLazDir"
43-
44- if (-not (Test-Path $TaurusRtPkg)) {
45- throw "Arquivo taurustlsrt.lpk não encontrado em: $TaurusRtPkg"
46- }
47-
48- lazbuild "--primary-config-path=$env:USERPROFILE\AppData\Local\lazarus" "--add-package-link=$TaurusRtPkg"
49- lazbuild "--primary-config-path=$env:USERPROFILE\AppData\Local\lazarus" -B "$TaurusRtPkg"
50-
5132 - name : Build the Main package on Windows
5233 run : lazbuild -B "CORE/Packages/Lazarus/RESTDataWareComponents.lpk"
5334
5435 - name : Build Indy package on Windows
5536 run : lazbuild -B "CORE/Packages/Lazarus/Connectors/Indy/RESTDWIndySockets.lpk"
5637
57- - name : Build Taurus package on Windows
58- run : lazbuild -B "CORE/Packages/Lazarus/Connectors/Indy/RESTDWIndySocketsTaurus.lpk"
59-
6038 - name : Build ShellServices package on Windows
6139 run : lazbuild -B "CORE/Packages/Lazarus/ShellTools/RESTDWShellServices.lpk"
6240
You can’t perform that action at this time.
0 commit comments