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,37 +29,12 @@ jobs:
2929 include-packages : " Indy10, ZeosDBO"
3030 with-cache : false
3131
32- - name : Install TaurusTLS runtime package
33- shell : bash
34- run : |
35- set -euo pipefail
36-
37- sudo apt-get update
38- sudo apt-get install -y git libssl-dev
39-
40- git clone --depth 1 https://github.com/TurboPack/indy_extras.git "$RUNNER_TEMP/indy_extras"
41-
42- TAURUS_LAZ_DIR="$RUNNER_TEMP/indy_extras/TaurusTLS/Packages/lazarus"
43-
44- echo "Taurus Lazarus package dir: $TAURUS_LAZ_DIR"
45-
46- test -f "$TAURUS_LAZ_DIR/taurustlsrt.lpk"
47-
48- lazbuild --primary-config-path="$HOME/.lazarus" \
49- --add-package-link="$TAURUS_LAZ_DIR/taurustlsrt.lpk"
50-
51- lazbuild --primary-config-path="$HOME/.lazarus" \
52- -B "$TAURUS_LAZ_DIR/taurustlsrt.lpk"
53-
5432 - name : Build the Main package on Linux
5533 run : lazbuild -B "CORE/Packages/Lazarus/RESTDataWareComponents.lpk"
5634
5735 - name : Build Indy package on Linux
5836 run : lazbuild -B "CORE/Packages/Lazarus/Connectors/Indy/RESTDWIndySockets.lpk"
5937
60- - name : Build Taurus package on Linux
61- run : lazbuild -B "CORE/Packages/Lazarus/Connectors/Indy/RESTDWIndySocketsTaurus.lpk"
62-
6338 - name : Build ShellServices package on Linux
6439 run : lazbuild -B "CORE/Packages/Lazarus/ShellTools/RESTDWShellServices.lpk"
6540
You can’t perform that action at this time.
0 commit comments