Skip to content

Commit

Permalink
Merge pull request #12 from deskpro/develop
Browse files Browse the repository at this point in the history
Merge develop in main branch
  • Loading branch information
qsd-faris authored Feb 13, 2024
2 parents 657c601 + 34f0103 commit 43134f4
Show file tree
Hide file tree
Showing 58 changed files with 2,641 additions and 6,232 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Messenger SDK iOS CI

on:
workflow_dispatch:
push:
branches:
- main
- develop
pull_request:
types:
- opened
- synchronize

jobs:
build_and_test:
runs-on: macos-latest

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

- name: Print Xcode Version
run: xcodebuild -version

- name: Build
run: xcodebuild -scheme messenger-sdk-ios -destination 'generic/platform=iOS Simulator,name=iPhone' build

- name: Run tests
run: xcodebuild -scheme messenger-sdk-ios -destination 'platform=iOS Simulator,name=iPhone 13' test
Loading

0 comments on commit 43134f4

Please sign in to comment.