File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,6 @@ jobs:
114114 run : |
115115 # Portable commands only
116116 cmake --build build --config Release --parallel --verbose
117- cmake --build build --config Release --target all_verify_interface_header_sets
118117 cmake --install build --config Release --prefix /opt/beman.scope
119118 ls -R /opt/beman.scope
120119 - name : Test Release
@@ -123,7 +122,6 @@ jobs:
123122 run : |
124123 # Portable commands only
125124 cmake --build build --config Debug --parallel --verbose
126- cmake --build build --config Debug --target all_verify_interface_header_sets
127125 cmake --install build --config Debug --prefix /opt/beman.scope
128126 ls -R /opt/beman.scope
129127 - name : Test Debug
@@ -160,14 +158,12 @@ jobs:
160158 run : |
161159 # Portable commands only
162160 cmake --build build --config Release --parallel --verbose
163- cmake --build build --config Release --target all_verify_interface_header_sets
164161 cmake --install build --config Release --prefix /opt/beman.scope
165162 ls -R /opt/beman.scope
166163 - name : Build Debug
167164 run : |
168165 # Portable commands only
169166 cmake --build build --config Debug --parallel --verbose
170- cmake --build build --config Debug --target all_verify_interface_header_sets
171167 cmake --install build --config Debug --prefix /opt/beman.scope
172168 ls -R /opt/beman.scope
173169
@@ -234,7 +230,6 @@ jobs:
234230 - name : Build Debug
235231 run : |
236232 cmake --build build --config Debug --verbose
237- cmake --build build --config Debug --target all_verify_interface_header_sets
238233 cmake --install build --config Debug --prefix /opt/beman.scope
239234 find /opt/beman.scope -type f
240235 - name : Test Debug
You can’t perform that action at this time.
0 commit comments