Delete ios.yml
This commit is contained in:
parent
25c0eb5860
commit
2e712f359c
26
.github/workflows/ios.yml
vendored
26
.github/workflows/ios.yml
vendored
@ -1,26 +0,0 @@
|
||||
name: iOS
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
build:
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Use Node.js
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 14.x
|
||||
- run: npm ci
|
||||
- run: xcode-select -p
|
||||
- run: pod install
|
||||
working-directory: ios
|
||||
name: Install pod dependencies
|
||||
- name: Build iOS (debug)
|
||||
run: "xcodebuild \
|
||||
-workspace ios/BigBlueButton.xcworkspace \
|
||||
-scheme BigBlueButton \
|
||||
clean archive \
|
||||
-sdk iphoneos \
|
||||
-configuration Debug \
|
||||
-UseModernBuildSystem=NO \
|
||||
-archivePath $PWD/BigBlueButton \
|
||||
CODE_SIGNING_ALLOWED=NO"
|
Loading…
Reference in New Issue
Block a user