Skip to content

Commit

Permalink
Create Tests.yml
Browse files Browse the repository at this point in the history
To test little things
  • Loading branch information
Pe13 authored May 14, 2024
1 parent 18b61f6 commit 02d2f82
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Tests

on:
push

jobs:
test:
strategy:
matrix:
include:
- name: iOS (arm64)
os: macos-14
suffix: ''
triplet: arm64-ios-release
host_triplet: arm64-osx-release
ccache_path: ~/Library/Caches/ccache

name: '${{ matrix.name }}'
runs-on: '${{ matrix.os }}'

steps:
- name: Try xcrun
run: xcrun --sdk iphoneos --show-sdk-path

0 comments on commit 02d2f82

Please sign in to comment.