-
Notifications
You must be signed in to change notification settings - Fork 1.5k
57 lines (52 loc) · 1.26 KB
/
inappmessaging.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
name: InAppMessaging
on:
push:
branches: [ main ]
paths:
- '.github/workflows/inappmessaging.yml'
- 'inappmessaging/**'
- 'scripts/*'
- 'scripts/inappmessaging.sh'
pull_request:
branches: [ main ]
paths:
- '.github/workflows/inappmessaging.yml'
- 'inappmessaging/**'
- 'scripts/*'
- 'scripts/inappmessaging.sh'
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
env:
SAMPLE: InAppMessaging
secrets_passphrase: ${{ secrets.GHASECRETSGPGPASSPHRASE1 }}
jobs:
cocoapods:
name: cocoapods
runs-on: macOS-15
env:
SPM: false
LEGACY: false
OS: iOS
DEVICE: iPhone 16
TEST: true
steps:
- name: Checkout
uses: actions/checkout@master
- name: Setup
run: |
cd inappmessaging
gem install bundler
bundle install
gem install xcpretty
bundle exec pod install --repo-update
../scripts/install_prereqs/inappmessaging.sh
- name: Build ObjC
run: ./scripts/test.sh
env:
SWIFT_SUFFIX: ""
- name: Build Swift
run: ./scripts/test.sh
env:
SWIFT_SUFFIX: Swift