|
@@ -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
|
|
|
|
|