mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
Update build-windows-msvc.yml
This commit is contained in:
parent
220bb76600
commit
d5367f26c4
4
.github/workflows/build-windows-msvc.yml
vendored
4
.github/workflows/build-windows-msvc.yml
vendored
|
|
@ -55,14 +55,14 @@ jobs:
|
||||||
-S ${{github.workspace}} \
|
-S ${{github.workspace}} \
|
||||||
-B ${{github.workspace}}/build \
|
-B ${{github.workspace}}/build \
|
||||||
-DCMAKE_BUILD_TYPE=${{ matrix.config.build_type }} \
|
-DCMAKE_BUILD_TYPE=${{ matrix.config.build_type }} \
|
||||||
-G "${{ matrix.config.generators }}" \
|
-G "${{ matrix.config.generator }}" \
|
||||||
-DTORQUE_APP_NAME=Torque3D -DTORQUE_TESTING=ON
|
-DTORQUE_APP_NAME=Torque3D -DTORQUE_TESTING=ON
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
shell: bash
|
shell: bash
|
||||||
run: cmake --build . --config ${{ matrix.config.build_type }}
|
run: cmake --build . --config ${{ matrix.config.build_type }}
|
||||||
|
|
||||||
- name: Install Strip
|
- name: Install
|
||||||
shell: bash
|
shell: bash
|
||||||
run: cmake --install
|
run: cmake --install
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue