@@ -126,17 +126,17 @@ jobs:
126126 # Portable commands only
127127 cmake --build build --config Release --parallel --verbose
128128 cmake --build build --config Release --target all_verify_interface_header_sets
129- cmake --install build --config Release --prefix /opt/beman.exemplar
130- ls -R /opt/beman.exemplar
129+ cmake --install build --config Release --prefix /opt/beman.scope
130+ ls -R /opt/beman.scope
131131 - name : Test Release
132132 run : ctest --test-dir build --build-config Release
133133 - name : Build Debug
134134 run : |
135135 # Portable commands only
136136 cmake --build build --config Debug --parallel --verbose
137137 cmake --build build --config Debug --target all_verify_interface_header_sets
138- cmake --install build --config Debug --prefix /opt/beman.exemplar
139- ls -R /opt/beman.exemplar
138+ cmake --install build --config Debug --prefix /opt/beman.scope
139+ ls -R /opt/beman.scope
140140 - name : Test Debug
141141 run : ctest --test-dir build --build-config Debug
142142
@@ -147,9 +147,9 @@ jobs:
147147 matrix :
148148 args :
149149 - name : " Disable build testing"
150- arg : " -DBEMAN_EXEMPLAR_BUILD_TESTS =OFF"
150+ arg : " -DBEMAN_SCOPE_BUILD_TESTS =OFF"
151151 - name : " Disable example building"
152- arg : " -DBEMAN_EXEMPLAR_BUILD_EXAMPLES =OFF"
152+ arg : " -DBEMAN_SCOPE_BUILD_EXAMPLES =OFF"
153153 name : " CMake: ${{ matrix.args.name }}"
154154 steps :
155155 - uses : actions/checkout@v4
@@ -172,15 +172,15 @@ jobs:
172172 # Portable commands only
173173 cmake --build build --config Release --parallel --verbose
174174 cmake --build build --config Release --target all_verify_interface_header_sets
175- cmake --install build --config Release --prefix /opt/beman.exemplar
176- ls -R /opt/beman.exemplar
175+ cmake --install build --config Release --prefix /opt/beman.scope
176+ ls -R /opt/beman.scope
177177 - name : Build Debug
178178 run : |
179179 # Portable commands only
180180 cmake --build build --config Debug --parallel --verbose
181181 cmake --build build --config Debug --target all_verify_interface_header_sets
182- cmake --install build --config Debug --prefix /opt/beman.exemplar
183- ls -R /opt/beman.exemplar
182+ cmake --install build --config Debug --prefix /opt/beman.scope
183+ ls -R /opt/beman.scope
184184
185185 compiler-test :
186186 runs-on : ubuntu-24.04
@@ -249,8 +249,8 @@ jobs:
249249 run : |
250250 cmake --build build --config Debug --verbose
251251 cmake --build build --config Debug --target all_verify_interface_header_sets
252- cmake --install build --config Debug --prefix /opt/beman.exemplar
253- find /opt/beman.exemplar -type f
252+ cmake --install build --config Debug --prefix /opt/beman.scope
253+ find /opt/beman.scope -type f
254254 - name : Test Debug
255255 run : ctest --test-dir build --build-config Debug
256256
0 commit comments