Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseQuintas committed Dec 12, 2024
1 parent 4b23fde commit 4fb8520
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 0 deletions.
44 changes: 44 additions & 0 deletions .github/workflows/addons_hb32_mingw_0703.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,39 +101,83 @@ jobs:
run: |
c:
Write-Output ""
Write-Output ""
Write-Output "sefazclass"
Write-Output ""
cd c:\temp\harbour\addons\sefazclass
hbmk2 sefazclass.hbp -q -rebuild
Write-Output ""
Write-Output ""
Write-Output "boletoclass"
Write-Output ""
cd c:\temp\harbour\addons\boletoclass
hbmk2 boletoclass.hbp -q -rebuild
Write-Output ""
Write-Output ""
Write-Output "rmchartclass"
Write-Output ""
cd c:\temp\harbour\addons\rmchartclass
hbmk2 rmchartclass.hbp -q -rebuild
Write-Output ""
Write-Output ""
Write-Output "pdfclass"
Write-Output ""
cd c:\temp\harbour\addons\pdfclass
hbmk2 pdfclass.hbp -q -rebuild
Write-Output ""
Write-Output ""
Write-Output "wvgtest"
Write-Output ""
cd c:\temp\harbour\addons\wvgtest
hbmk2 wvgtest.hbp -q -rebuild
Write-Output ""
Write-Output ""
Write-Output "bostaurus"
Write-Output ""
cd c:\temp\harbour\addons\wvgtest\bostaurus
hbmk2 bostaurus.hbp -q -rebuild
Write-Output ""
Write-Output ""
Write-Output "hwgui"
Write-Output ""
cd c:\temp\harbour\addons\hwgui
hbmk2 hbxml.hbp -q -rebuild
hbmk2 hwgui.hbp -q -rebuild
hbmk2 hwgdebug.hbp -q -rebuild
hbmk2 procmisc.hbp -q -rebuild
Write-Output ""
Write-Output ""
Write-Output "hmge"
Write-Output ""
cd c:\temp\harbour\addons\hmge
hbmk2 hmge.hbp -q -rebuild
Write-Output ""
Write-Output ""
Write-Output "hmg3"
Write-Output ""
cd c:\temp\harbour\addons\hmg3
hbmk2 hmg3.hbp -q -rebuild
Write-Output ""
Write-Output ""
Write-Output "oohg"
Write-Output ""
cd c:\temp\harbour\addons\oohg
hbmk2 oohg.hbp -q -w0 -rebuild
Write-Output ""
Write-Output ""
Write-Output "test dlgauto"
Write-Output ""
cd c:\temp\harbour\addons\dlgauto\source
hbmk2 test hwgui.hbc -q -rebuild
hbmk2 test hmg3.hbc -q -rebuild
Expand Down
44 changes: 44 additions & 0 deletions .github/workflows/addons_hb32_mingw_1420.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,39 +101,83 @@ jobs:
run: |
c:
Write-Output ""
Write-Output ""
Write-Output "sefazclass"
Write-Output ""
cd c:\temp\harbour\addons\sefazclass
hbmk2 sefazclass.hbp -q -rebuild
Write-Output ""
Write-Output ""
Write-Output "boletoclass"
Write-Output ""
cd c:\temp\harbour\addons\boletoclass
hbmk2 boletoclass.hbp -q -rebuild
Write-Output ""
Write-Output ""
Write-Output "rmchartclass"
Write-Output ""
cd c:\temp\harbour\addons\rmchartclass
hbmk2 rmchartclass.hbp -q -rebuild
Write-Output ""
Write-Output ""
Write-Output "pdfclass"
Write-Output ""
cd c:\temp\harbour\addons\pdfclass
hbmk2 pdfclass.hbp -q -rebuild
Write-Output ""
Write-Output ""
Write-Output "wvgtest"
Write-Output ""
cd c:\temp\harbour\addons\wvgtest
hbmk2 wvgtest.hbp -q -rebuild
Write-Output ""
Write-Output ""
Write-Output "bostaurus"
Write-Output ""
cd c:\temp\harbour\addons\wvgtest\bostaurus
hbmk2 bostaurus.hbp -q -rebuild
Write-Output ""
Write-Output ""
Write-Output "hwgui"
Write-Output ""
cd c:\temp\harbour\addons\hwgui
hbmk2 hbxml.hbp -q -rebuild
hbmk2 hwgui.hbp -q -rebuild
hbmk2 hwgdebug.hbp -q -rebuild
hbmk2 procmisc.hbp -q -rebuild
Write-Output ""
Write-Output ""
Write-Output "hmge"
Write-Output ""
cd c:\temp\harbour\addons\hmge
hbmk2 hmge.hbp -q -rebuild
Write-Output ""
Write-Output ""
Write-Output "hmg3"
Write-Output ""
cd c:\temp\harbour\addons\hmg3
hbmk2 hmg3.hbp -q -rebuild
Write-Output ""
Write-Output ""
Write-Output "oohg"
Write-Output ""
cd c:\temp\harbour\addons\oohg
hbmk2 oohg.hbp -q -w0 -rebuild
Write-Output ""
Write-Output ""
Write-Output "test dlgauto"
Write-Output ""
cd c:\temp\harbour\addons\dlgauto\source
hbmk2 test hwgui.hbc -q -rebuild
hbmk2 test hmg3.hbc -q -rebuild
Expand Down

0 comments on commit 4fb8520

Please sign in to comment.