|
@@ -33,17 +33,12 @@ jobs:
|
|
|
|
|
|
- name: Install Windows MSVC Dependencies
|
|
- name: Install Windows MSVC Dependencies
|
|
run: |
|
|
run: |
|
|
- choco install cmake
|
|
|
|
cmake --version
|
|
cmake --version
|
|
|
|
+ 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
|