File tree Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -57,16 +57,16 @@ jobs:
5757 cd build/result/${{ matrix.build-config }}
5858 ./cage-asset-database
5959
60- - name : Install
61- shell : bash
62- run : |
63- cd build
64- cmake --install . --config ${{ matrix.build-config }} --prefix "C:/cage"
65- cd ../sources/test-install
66- mkdir build
67- cd build
68- cmake -A${{ matrix.build-arch }} ${{ matrix.build-tool }} -DCMAKE_BUILD_TYPE=${{ matrix.build-config }} -DCage_DIR="C:/cage/cmake" ..
69- cmake --build . --config ${{ matrix.build-config }}
60+ # - name: Install
61+ # shell: bash
62+ # run: |
63+ # cd build
64+ # cmake --install . --config ${{ matrix.build-config }} --prefix "C:/cage"
65+ # cd ../sources/test-install
66+ # mkdir build
67+ # cd build
68+ # cmake -A${{ matrix.build-arch }} ${{ matrix.build-tool }} -DCMAKE_BUILD_TYPE=${{ matrix.build-config }} -DCage_DIR="C:/cage/cmake" ..
69+ # cmake --build . --config ${{ matrix.build-config }}
7070
7171
7272 Ubuntu :
@@ -144,15 +144,15 @@ jobs:
144144 cd build/result/${{ matrix.build-config }}
145145 ./cage-asset-database
146146
147- - name : Install
148- run : |
149- cd build
150- sudo cmake --install .
151- cd ../sources/test-install
152- mkdir build
153- cd build
154- cmake -DCMAKE_BUILD_TYPE=${{ matrix.build-config }} ..
155- cmake --build . -- -j$(( `nproc` + 1 ))
147+ # - name: Install
148+ # run: |
149+ # cd build
150+ # sudo cmake --install .
151+ # cd ../sources/test-install
152+ # mkdir build
153+ # cd build
154+ # cmake -DCMAKE_BUILD_TYPE=${{ matrix.build-config }} ..
155+ # cmake --build . -- -j$(( `nproc` + 1 ))
156156
157157 - name : List dependencies
158158 run : |
@@ -169,7 +169,7 @@ jobs:
169169 strategy :
170170 fail-fast : false
171171 matrix :
172- os-version : [14, 15]
172+ os-version : [15]
173173 build-config : [debug, release]
174174
175175 steps :
You can’t perform that action at this time.
0 commit comments