Skip to content

Commit

Permalink
Create Build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
muukii authored Jun 2, 2023
1 parent e4ac886 commit 58e3dd9
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Build

on:
push:
branches: "**"
pull_request:
branches: "**"

jobs:
build:
runs-on: macos-13

steps:
- uses: maxim-lobanov/[email protected]
with:
xcode-version: "14.3"
- uses: actions/checkout@v2
- name: xcodebuild
run: xcodebuild -scheme Rideau -sdk iphoneos

0 comments on commit 58e3dd9

Please sign in to comment.