Skip to content

Commit

Permalink
[releng] build more modules and com layers in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mhansal authored and azoitl committed Apr 1, 2024
1 parent 642879f commit b8f0faf
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,19 @@ jobs:
-S ${{ github.workspace }}
-DFORTE_ARCHITECTURE=${{ matrix.architecture }}
-DFORTE_COM_ETH=ON
-DFORTE_COM_FBDK=ON
-DFORTE_COM_HTTP=ON
-DFORTE_COM_LOCAL=ON
-DFORTE_COM_RAW=ON
-DFORTE_COM_SER=ON
-DFORTE_COM_STRUCT_MEMBER=ON
-DFORTE_IO=ON
-DFORTE_MODULE_CONVERT=ON
-DFORTE_MODULE_IEC61131=ON
-DFORTE_MODULE_RECONFIGURATION=ON
-DFORTE_MODULE_RT_Events=ON
-DFORTE_MODULE_SIGNALPROCESSING=ON
-DFORTE_MODULE_UTILS=ON
-DFORTE_TESTS=ON
${{ matrix.os == 'windows-latest' && format('-DFORTE_TESTS_INC_DIRS={0}/boost.1.84.0/lib/native/include', github.workspace) || '' }}
Expand Down

0 comments on commit b8f0faf

Please sign in to comment.