Skip to content

Commit

Permalink
Completing angle cross builds for ios, android, osx
Browse files Browse the repository at this point in the history
  • Loading branch information
halx99 committed Jan 11, 2024
1 parent ddaeeed commit 8701c84
Show file tree
Hide file tree
Showing 10 changed files with 469 additions and 201 deletions.
17 changes: 16 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@ jobs:
with:
xcode-version: '${{ env.GH_XCODE_VER }}'

- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.10'

- name: Build
shell: pwsh
run: ./build.ps1 osx $env:BUILD_ARCH
Expand Down Expand Up @@ -109,6 +114,11 @@ jobs:
with:
xcode-version: '${{ env.GH_XCODE_VER }}'

- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.10'

- name: Build
shell: pwsh
run: ./build.ps1 ios $env:BUILD_ARCH
Expand Down Expand Up @@ -143,6 +153,11 @@ jobs:
with:
xcode-version: '${{ env.GH_XCODE_VER }}'

- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.10'

- name: Build
shell: pwsh
run: ./build.ps1 tvos $env:BUILD_ARCH
Expand Down Expand Up @@ -213,7 +228,7 @@ jobs:

- name: Build
shell: pwsh
run: .\build.ps1 win32 $env:BUILD_ARCH 'zlib,openssl,cares,curl,jpeg-turbo,luajit,angle'
run: .\build.ps1 win32 $env:BUILD_ARCH

- name: Upload
uses: actions/upload-artifact@v3
Expand Down
Loading

0 comments on commit 8701c84

Please sign in to comment.