Skip to content

Commit b28d2a5

Browse files
author
Thomas Taschauer
committed
remove build-action
1 parent cffb36e commit b28d2a5

1 file changed

Lines changed: 0 additions & 22 deletions

File tree

.github/workflows/ios_main.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,6 @@ name: OpenDocumentReader-iOS
22
on: [push]
33

44
jobs:
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

0 commit comments

Comments
 (0)