add macosx

This commit is contained in:
marauder2k7 2023-07-25 21:48:50 +01:00
parent 1f2a527d8f
commit 9020d42d7c
3 changed files with 59 additions and 7 deletions

View file

@ -8,8 +8,6 @@ env:
build_type: "Release"
cc: "gcc"
cxx: "g++"
environment_script: "C:/Program Files (x86)/Microsoft Visual Studio/2022/Enterprise/VC/Auxiliary/Build/vcvars64.bat"
run_tests: true
concurrency:
group: ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}-linux
@ -17,7 +15,7 @@ concurrency:
jobs:
build-linux:
if: github.repository == 'TorqueGameEngines/Torque3D'
name: Linux Ubuntu 20.04 GCC
name: Linux Ubuntu Latest GCC
runs-on: ubuntu-latest
strategy:
fail-fast: false
@ -67,7 +65,6 @@ jobs:
parallel: 14
- name: Unit Tests
if: ${{env.run_tests}}
shell: bash
run: |
cd "${{github.workspace}}/My Projects/Torque3D/game"
@ -76,4 +73,4 @@ jobs:
- name: Upload Artifact
uses: ./.github/actions/upload-artifact
with:
name: torque3dWindowsMSVCUnitTest
name: torque3dLinuxGCCUnitTest