Skip to content

Commit 00773a0

Browse files
authored
Add build step for Taurus package on Linux
1 parent 38d5158 commit 00773a0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/lazarustestWindows.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929

3030
- name: Build Indy package on Windows
3131
run: lazbuild -B "CORE/Packages/Lazarus/Connectors/Indy/RESTDWIndySockets.lpk"
32+
33+
- name: Build Taurus package on Linux
34+
run: lazbuild -B "CORE/Packages/Lazarus/Connectors/Indy/RESTDWIndySocketsTaurus.lpk"
3235

3336
- name: Build ShellServices package on Windows
3437
run: lazbuild -B "CORE/Packages/Lazarus/ShellTools/RESTDWShellServices.lpk"

0 commit comments

Comments
 (0)