File tree Expand file tree Collapse file tree 3 files changed +18
-22
lines changed
Expand file tree Collapse file tree 3 files changed +18
-22
lines changed Original file line number Diff line number Diff line change @@ -44,16 +44,15 @@ jobs:
4444
4545 - name : Build sparrow-ipc
4646 working-directory : build
47- run : cmake --build . --config ${{matrix.build_type}} -- target sparrow-ipc
47+ run : cmake --build . --target sparrow-ipc
4848
4949 - name : Build tests
5050 working-directory : build
51- run : cmake --build . --config ${{matrix.config}} -- target test_sparrow_ipc_lib
51+ run : cmake --build . --target test_sparrow_ipc_lib
5252
5353 - name : Run tests
5454 working-directory : build
55- run : cmake --build . --config ${{matrix.config}} --target run_tests_with_junit_report
56-
55+ run : cmake --build . --target run_tests_with_junit_report
5756
5857 linux_build_fetch_from_source :
5958 runs-on : ubuntu-latest
@@ -76,12 +75,12 @@ jobs:
7675
7776 - name : Build sparrow-ipc
7877 working-directory : build
79- run : cmake --build . --config ${{matrix.build_type}} -- target sparrow-ipc
78+ run : cmake --build . --target sparrow-ipc
8079
8180 - name : Build tests
8281 working-directory : build
83- run : cmake --build . --config ${{matrix.config}} -- target test_sparrow_ipc_lib
82+ run : cmake --build . --target test_sparrow_ipc_lib
8483
8584 - name : Run tests
8685 working-directory : build
87- run : cmake --build . --config ${{matrix.config}} -- target run_tests_with_junit_report
86+ run : cmake --build . --target run_tests_with_junit_report
Original file line number Diff line number Diff line change @@ -40,16 +40,15 @@ jobs:
4040
4141 - name : Build sparrow-ipc
4242 working-directory : build
43- run : cmake --build . --config ${{matrix.build_type}} -- target sparrow-ipc
43+ run : cmake --build . --target sparrow-ipc
4444
4545 - name : Build tests
4646 working-directory : build
47- run : cmake --build . --config ${{matrix.config}} -- target test_sparrow_ipc_lib
47+ run : cmake --build . --target test_sparrow_ipc_lib
4848
4949 - name : Run tests
5050 working-directory : build
51- run : cmake --build . --config ${{matrix.config}} --target run_tests_with_junit_report
52-
51+ run : cmake --build . --target run_tests_with_junit_report
5352
5453 osx_build_fetch_from_source :
5554 runs-on : macos-latest
@@ -72,13 +71,12 @@ jobs:
7271
7372 - name : Build sparrow-ipc
7473 working-directory : build
75- run : cmake --build . --config ${{matrix.build_type}} -- target sparrow-ipc
74+ run : cmake --build . --target sparrow-ipc
7675
7776 - name : Build tests
7877 working-directory : build
79- run : cmake --build . --config ${{matrix.config}} -- target test_sparrow_ipc_lib
78+ run : cmake --build . --target test_sparrow_ipc_lib
8079
8180 - name : Run tests
8281 working-directory : build
83- run : cmake --build . --config ${{matrix.config}} --target run_tests_with_junit_report
84-
82+ run : cmake --build . --target run_tests_with_junit_report
Original file line number Diff line number Diff line change @@ -42,17 +42,16 @@ jobs:
4242
4343 - name : Build sparrow-ipc
4444 working-directory : build
45- run : cmake --build . --config ${{matrix.build_type}} -- target sparrow-ipc
45+ run : cmake --build . --target sparrow-ipc
4646
4747 - name : Build tests
4848 working-directory : build
49- run : cmake --build . --config ${{matrix.config}} -- target test_sparrow_ipc_lib
49+ run : cmake --build . --target test_sparrow_ipc_lib
5050
5151 - name : Run tests
5252 working-directory : build
5353 run : |
54- cmake --build . --config ${{matrix.config}} --target run_tests
55-
54+ cmake --build . --target run_tests
5655
5756 windows_build_fetch_from_source :
5857 runs-on : windows-latest
@@ -75,12 +74,12 @@ jobs:
7574
7675 - name : Build sparrow-ipc
7776 working-directory : build
78- run : cmake --build . --config ${{matrix.build_type}} -- target sparrow-ipc
77+ run : cmake --build . --target sparrow-ipc
7978
8079 - name : Build tests
8180 working-directory : build
82- run : cmake --build . --config ${{matrix.config}} -- target test_sparrow_ipc_lib
81+ run : cmake --build . --target test_sparrow_ipc_lib
8382
8483 - name : Run tests
8584 working-directory : build
86- run : cmake --build . --config ${{matrix.config}} -- target run_tests_with_junit_report
85+ run : cmake --build . --target run_tests_with_junit_report
You can’t perform that action at this time.
0 commit comments