File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,28 +2,6 @@ name: OpenDocumentReader-iOS
22on : [push]
33
44jobs :
5- build :
6- name : build
7- runs-on : macos-latest
8- strategy :
9- matrix :
10- destination : ['platform=iOS Simulator,name=iPhone 11']
11- scheme : [ODR Full]
12- steps :
13- - uses : actions/checkout@v1
14- - name : Checkout submodule
15- run : git submodule update --init --recursive
16- - name : Install pods
17- run : pod install
18- - name : Run build.sh
19- run : bash build-simulator.sh
20- - name : Build
21- run : |
22- xcodebuild clean build -workspace OpenDocumentReader.xcworkspace -scheme "${scheme}" -destination "${destination}" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO ONLY_ACTIVE_ARCH=NO
23- env :
24- destination : ${{ matrix.destination }}
25- scheme : ${{ matrix.scheme }}
26-
275 test :
286 name : test
297 runs-on : macos-latest
You can’t perform that action at this time.
0 commit comments