Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build OPC-UA Support in Github Workflow #66

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

mhansal
Copy link

@mhansal mhansal commented Apr 1, 2024

No description provided.

@@ -65,6 +65,14 @@ jobs:
if: ${{ matrix.os == 'windows-latest' }}
run: nuget install boost -Version 1.84.0

- name: Install OPC-UA
run: |
git clone https://github.com/open62541/open62541 -b v1.3.4
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should definitely be a newer version, see for example the recent update in 4diac Build Environment: eclipse-4diac/4diac-fbe@4246377

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it would make sense to extract the build procedures of other libraries into separate yml files/functions as the workflow gets cluttered already with all the libraries.
But I must admiti didn't take a look on how to do that

@@ -90,7 +102,7 @@ jobs:
-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) || '' }}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would put this into he matrix settings to remove the if here

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if this is possible in this situation though

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants