mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 23:24:41 +00:00
Update build-windows-msvc.yml
This commit is contained in:
parent
ea2cd337f4
commit
40e33dcee9
1 changed files with 20 additions and 20 deletions
40
.github/workflows/build-windows-msvc.yml
vendored
40
.github/workflows/build-windows-msvc.yml
vendored
|
|
@ -23,29 +23,29 @@ jobs:
|
||||||
environment_script: "C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Auxiliary/Build/vcvars64.bat"
|
environment_script: "C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Auxiliary/Build/vcvars64.bat"
|
||||||
generators: "Visual Studio 16 2019"
|
generators: "Visual Studio 16 2019"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Print env
|
- name: Print env
|
||||||
run: |
|
run: |
|
||||||
echo github.event.action: ${{ github.event.action }}
|
echo github.event.action: ${{ github.event.action }}
|
||||||
echo github.event_name: ${{ github.event_name }}
|
echo github.event_name: ${{ github.event_name }}
|
||||||
|
|
||||||
- name: Setup MSVC problem matcher
|
- name: Setup MSVC problem matcher
|
||||||
uses: ammaraskar/msvc-problem-matcher@master
|
uses: ammaraskar/msvc-problem-matcher@master
|
||||||
|
|
||||||
- name: Install Windows MSVC Dependencies
|
- name: Install Windows MSVC Dependencies
|
||||||
run: |
|
run: |
|
||||||
choco install cmake
|
choco install cmake
|
||||||
cmake --version
|
cmake --version
|
||||||
|
|
||||||
- name: Configure
|
- name: Configure
|
||||||
shell: bash
|
shell: bash
|
||||||
run: cmake \
|
run: cmake \
|
||||||
-B ${{ github.workspace }}/build \
|
-B ${{ github.workspace }}/build \
|
||||||
-G "${{ matrix.generators }}" \
|
-G "${{ matrix.generators }}" \
|
||||||
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }} \
|
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }} \
|
||||||
-DTORQUE_APP_NAME=Torque3D \
|
-DTORQUE_APP_NAME=Torque3D \
|
||||||
-DTORQUE_TESTING=ON
|
-DTORQUE_TESTING=ON
|
||||||
|
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue