mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-20 04:34:48 +00:00
Update build-windows-msvc.yml
This commit is contained in:
parent
c489eb82af
commit
1ccaf28b2a
9
.github/workflows/build-windows-msvc.yml
vendored
9
.github/workflows/build-windows-msvc.yml
vendored
|
|
@ -33,17 +33,12 @@ jobs:
|
|||
|
||||
- name: Install Windows MSVC Dependencies
|
||||
run: |
|
||||
choco install cmake
|
||||
cmake --version
|
||||
cmd "${{ env.environment_script }}"
|
||||
|
||||
- name: Configure
|
||||
shell: bash
|
||||
run: cmake \
|
||||
-B ${{ github.workspace }}/build \
|
||||
-G "${{ env.generators }}" \
|
||||
-DCMAKE_BUILD_TYPE=${{ env.build_type }} \
|
||||
-DTORQUE_APP_NAME=Torque3D \
|
||||
-DTORQUE_TESTING=ON
|
||||
run: cmake -B ${{ github.workspace }}/build -G "${{ env.generators }}" -DCMAKE_BUILD_TYPE=${{ env.build_type }} -DTORQUE_APP_NAME=Torque3D \ -DTORQUE_TESTING=ON
|
||||
|
||||
- name: Build
|
||||
shell: bash
|
||||
|
|
|
|||
Loading…
Reference in a new issue