-
Notifications
You must be signed in to change notification settings - Fork 4
38 lines (33 loc) · 952 Bytes
/
ios_main.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
name: OpenDocumentReader-iOS
on: [push]
jobs:
test:
name: test
runs-on: macos-11
steps:
- name: checkout
uses: actions/checkout@v2
with:
token: ${{ secrets.PAT_TOMTASCHE }}
submodules: true
- name: pods
run: pod install
# https://stackoverflow.com/a/57758679/198996
- name: bundler
run: gem install bundler:1.17.3
- name: fastlane
run: bundle install
- name: pip
run: python3 -m ensurepip
- name: conan
run: pip3 install conan
- name: conan repo
run: conan remote add odr https://odr.jfrog.io/artifactory/api/conan/odr-conan
- name: run tests
run: bundle exec fastlane tests
# - uses: actions/upload-artifact@v2
# if: ${{ always() }}
# with:
# name: logs
# path: |
# /Users/runner/Library/Developer/Xcode/DerivedData/OpenDocumentReader-*/