Skip to content
This repository has been archived by the owner on Aug 12, 2022. It is now read-only.

Commit

Permalink
Fix checks
Browse files Browse the repository at this point in the history
  • Loading branch information
mickael-menu committed Jun 10, 2021
1 parent ef8f248 commit f550aa4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Install dependencies
run: brew install xcodegen carthage
run: brew install xcodegen
- name: Generate project
run: make carthage
- name: Build
Expand All @@ -47,13 +47,13 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Install dependencies
run: brew install xcodegen cocoapods
run: brew install xcodegen
- name: Generate project
run: make cocoapods
- name: Build
run: |
device=`xcrun xctrace list devices 2>&1 | grep -oE 'iPhone.*?[^\(]+' | head -1 | awk '{$1=$1;print}'`
xcodebuild build -scheme R2TestApp -destination "platform=$platform,name=$device"
xcodebuild build -workspace R2TestApp.xcworkspace -scheme R2TestApp -destination "platform=$platform,name=$device"
dev:
name: Integration with submodules
Expand Down
8 changes: 4 additions & 4 deletions Integrations/Carthage/Cartfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ github "stephencelis/SQLite.swift" ~> 0.12.2
github "scinfu/SwiftSoup" ~> 2.3.2

# Readium 2 dependencies
github "readium/r2-shared-swift" ~> 2.0.0
github "readium/r2-streamer-swift" ~> 2.0.0
github "readium/r2-navigator-swift" ~> 2.0.0
github "readium/r2-opds-swift" ~> 2.0.0
github "readium/r2-shared-swift" "develop"
github "readium/r2-streamer-swift" "develop"
github "readium/r2-navigator-swift" "develop"
github "readium/r2-opds-swift" "develop"

0 comments on commit f550aa4

Please sign in to comment.