File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8888
8989 - name : ' Configure CMake'
9090 working-directory : ${{ github.workspace }}
91- run : cmake --preset=${{ matrix.build_type }}
91+ run : cmake --preset=${{ matrix.build_type }} -DBUILD_SHMATH=ON -DBUILD_DX11=ON -DBUILD_DX12=ON
9292
9393 - name : ' Build'
9494 working-directory : ${{ github.workspace }}
95- run : cmake --build out\build\${{ matrix.build_type }} -DBUILD_SHMATH=ON
95+ run : cmake --build out\build\${{ matrix.build_type }}
Original file line number Diff line number Diff line change 8888
8989 - name : ' Configure CMake'
9090 working-directory : ${{ github.workspace }}
91- run : cmake --preset=${{ matrix.build_type }}
91+ run : cmake --preset=${{ matrix.build_type }} -DBUILD_XDSP=ON
9292
9393 - name : ' Build'
9494 working-directory : ${{ github.workspace }}
95- run : cmake --build out\build\${{ matrix.build_type }} -DBUILD_XDSP=ON
96-
95+ run : cmake --build out\build\${{ matrix.build_type }}
You can’t perform that action at this time.
0 commit comments