mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-16 00:54:54 +00:00
Update build-windows-msvc.yml
This commit is contained in:
parent
c017f7ea9b
commit
ff08c7be3b
1 changed files with 3 additions and 2 deletions
5
.github/workflows/build-windows-msvc.yml
vendored
5
.github/workflows/build-windows-msvc.yml
vendored
|
|
@ -16,6 +16,7 @@ concurrency:
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
jobs:
|
jobs:
|
||||||
build-windows:
|
build-windows:
|
||||||
|
if: github.repository == 'TorqueGameEngines/Torque3D'
|
||||||
name: Windows Latest MSVC
|
name: Windows Latest MSVC
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
strategy:
|
strategy:
|
||||||
|
|
@ -34,11 +35,11 @@ jobs:
|
||||||
- name: Install Windows MSVC Dependencies
|
- name: Install Windows MSVC Dependencies
|
||||||
run: |
|
run: |
|
||||||
cmake --version
|
cmake --version
|
||||||
cmd "${{ env.environment_script }}"
|
cmd "${{env.environment_script}}"
|
||||||
|
|
||||||
- name: Configure
|
- name: Configure
|
||||||
shell: bash
|
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
|
- name: Build
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue