Skip to content

Commit 44dc139

Browse files
authored
Add Taurus package build step to workflow
1 parent 12abc88 commit 44dc139

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/lazarustestLinux.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 Linux
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 Linux
3437
run: lazbuild -B "CORE/Packages/Lazarus/ShellTools/RESTDWShellServices.lpk"

0 commit comments

Comments
 (0)