Skip to content

Commit

Permalink
Merge pull request #1 from yalishanda42/ci
Browse files Browse the repository at this point in the history
Create build.yml
  • Loading branch information
yalishanda42 committed May 8, 2023
2 parents ab93808 + d8fa8a6 commit 1188998
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Build

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

jobs:
debug-build:
name: Build the main scheme in Debug configuration
runs-on: macos-13

steps:
- name: Checkout
uses: actions/checkout@v3

- name: Install fastlane
run: |
brew install fastlane
- name: Run lane
run: |
fastlane build_app_debug

0 comments on commit 1188998

Please sign in to comment.