Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jacklandrin committed Jan 3, 2024
1 parent 750070f commit 66a2c3e
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 30 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: CI

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
build:
name: Build and analyse default scheme using xcodebuild command
runs-on: macos-latest

steps:
- name: Checkout
uses: actions/checkout@v3
- name: Xcodebuild
uses: sersoft-gmbh/xcodebuild-action@v1
with:
project: OnlySwitch.xcodeproj
scheme: OnlySwitch
destination: platform=macOS
action: build
30 changes: 0 additions & 30 deletions .github/workflows/objective-c-xcode.yml

This file was deleted.

0 comments on commit 66a2c3e

Please sign in to comment.