File tree Expand file tree Collapse file tree 3 files changed +24
-0
lines changed Expand file tree Collapse file tree 3 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 5050 working-directory : build
5151 run : cmake --build . --target run_tests_with_junit_report
5252
53+ - name : Install
54+ working-directory : build
55+ run : cmake --install .
56+
5357 linux_build_fetch_from_source :
5458 runs-on : ubuntu-latest
5559 strategy :
8084 - name : Run tests
8185 working-directory : build
8286 run : cmake --build . --target run_tests_with_junit_report
87+
88+ - name : Install
89+ working-directory : build
90+ run : cmake --install .
Original file line number Diff line number Diff line change 5555 working-directory : build
5656 run : cmake --build . --target run_tests_with_junit_report
5757
58+ - name : Install
59+ working-directory : build
60+ run : cmake --install .
61+
5862 osx_build_fetch_from_source :
5963 runs-on : macos-latest
6064 strategy :
9094 - name : Run tests
9195 working-directory : build
9296 run : cmake --build . --target run_tests_with_junit_report
97+
98+ - name : Install
99+ working-directory : build
100+ run : cmake --install .
Original file line number Diff line number Diff line change 5151 run : |
5252 cmake --build . --target run_tests
5353
54+ - name : Install
55+ working-directory : build
56+ run : cmake --install .
57+
5458 windows_build_fetch_from_source :
5559 runs-on : windows-latest
5660 strategy :
8084 - name : Run tests
8185 working-directory : build
8286 run : cmake --build . --target run_tests_with_junit_report
87+
88+ - name : Install
89+ working-directory : build
90+ run : cmake --install .
You can’t perform that action at this time.
0 commit comments