Skip to content

Commit 78ff752

Browse files
committed
more ci removes for header only
1 parent daa0b1d commit 78ff752

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/ci_tests.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -114,16 +114,12 @@ jobs:
114114
run: |
115115
# Portable commands only
116116
cmake --build build --config Release --parallel --verbose
117-
cmake --install build --config Release --prefix /opt/beman.scope
118-
ls -R /opt/beman.scope
119117
- name: Test Release
120118
run: ctest --test-dir build --build-config Release
121119
- name: Build Debug
122120
run: |
123121
# Portable commands only
124122
cmake --build build --config Debug --parallel --verbose
125-
cmake --install build --config Debug --prefix /opt/beman.scope
126-
ls -R /opt/beman.scope
127123
- name: Test Debug
128124
run: ctest --test-dir build --build-config Debug
129125

@@ -158,14 +154,10 @@ jobs:
158154
run: |
159155
# Portable commands only
160156
cmake --build build --config Release --parallel --verbose
161-
cmake --install build --config Release --prefix /opt/beman.scope
162-
ls -R /opt/beman.scope
163157
- name: Build Debug
164158
run: |
165159
# Portable commands only
166160
cmake --build build --config Debug --parallel --verbose
167-
cmake --install build --config Debug --prefix /opt/beman.scope
168-
ls -R /opt/beman.scope
169161
170162
compiler-test:
171163
runs-on: ubuntu-24.04
@@ -230,8 +222,6 @@ jobs:
230222
- name: Build Debug
231223
run: |
232224
cmake --build build --config Debug --verbose
233-
cmake --install build --config Debug --prefix /opt/beman.scope
234-
find /opt/beman.scope -type f
235225
- name: Test Debug
236226
run: ctest --test-dir build --build-config Debug
237227

0 commit comments

Comments
 (0)