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 50
50
working-directory : build
51
51
run : cmake --build . --target run_tests_with_junit_report
52
52
53
+ - name : Install
54
+ working-directory : build
55
+ run : cmake --install .
56
+
53
57
linux_build_fetch_from_source :
54
58
runs-on : ubuntu-latest
55
59
strategy :
80
84
- name : Run tests
81
85
working-directory : build
82
86
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 55
55
working-directory : build
56
56
run : cmake --build . --target run_tests_with_junit_report
57
57
58
+ - name : Install
59
+ working-directory : build
60
+ run : cmake --install .
61
+
58
62
osx_build_fetch_from_source :
59
63
runs-on : macos-latest
60
64
strategy :
90
94
- name : Run tests
91
95
working-directory : build
92
96
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 51
51
run : |
52
52
cmake --build . --target run_tests
53
53
54
+ - name : Install
55
+ working-directory : build
56
+ run : cmake --install .
57
+
54
58
windows_build_fetch_from_source :
55
59
runs-on : windows-latest
56
60
strategy :
80
84
- name : Run tests
81
85
working-directory : build
82
86
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