Skip to content

Commit

Permalink
[GitHub] Re-add the iOS workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RobDangerous committed Feb 23, 2025
1 parent d54bbc9 commit df12685
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/ios-metal.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: iOS (Metal)

on:
push:
branches:
- v3
pull_request:
branches:
- v3

jobs:
build:

runs-on: macos-latest

steps:
- uses: actions/checkout@v4
- name: Get Submodules
run: ./get_dlc
- name: Compile
run: ./make ios -g metal --kore . --from tests/empty --nosigning --compile

0 comments on commit df12685

Please sign in to comment.