Skip to content

Commit

Permalink
build_and_test.yml updates for this branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mitza-oci committed Apr 26, 2024
1 parent 56ed01e commit cba7816
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_and_test.yml
Expand Up @@ -11525,7 +11525,7 @@ jobs:
cd OpenDDS
call setenv.cmd
cd tests\DCPS\Messenger
perl %DDS_ROOT%\bin\opendds_mwc.pl
perl %ACE_ROOT%\bin\mwc.pl -type vs2022
- uses: ammaraskar/msvc-problem-matcher@0.3.0
- name: make messenger tests
shell: cmd
Expand All @@ -11540,7 +11540,7 @@ jobs:
cd OpenDDS
call setenv.cmd
cd tests\DCPS\C++11
perl %DDS_ROOT%\bin\opendds_mwc.pl
perl %ACE_ROOT%\bin\mwc.pl -type vs2022
- name: make C++11 messenger test
shell: cmd
run: |
Expand Down Expand Up @@ -11700,7 +11700,7 @@ jobs:
cd OpenDDS
call setenv.cmd
cd tests\DCPS\Compiler
perl %DDS_ROOT%\bin\opendds_mwc.pl -value_project macros+=GTEST_LINKED_AS_SHARED_LIBRARY
perl %ACE_ROOT%\bin\mwc.pl -type vs2022 -value_project macros+=GTEST_LINKED_AS_SHARED_LIBRARY
- uses: ammaraskar/msvc-problem-matcher@0.3.0
- name: make compiler tests
shell: cmd
Expand Down Expand Up @@ -11861,7 +11861,7 @@ jobs:
cd OpenDDS
call setenv.cmd
cd tests\unit-tests
perl %DDS_ROOT%\bin\opendds_mwc.pl -value_project macros+=GTEST_LINKED_AS_SHARED_LIBRARY
perl %ACE_ROOT%\bin\mwc.pl -type vs2022 -value_project macros+=GTEST_LINKED_AS_SHARED_LIBRARY
- uses: ammaraskar/msvc-problem-matcher@0.3.0
- name: make unit tests
shell: cmd
Expand Down

0 comments on commit cba7816

Please sign in to comment.