Skip to content

Commit

Permalink
fix: temp remove sample build
Browse files Browse the repository at this point in the history
  • Loading branch information
drochetti committed Dec 21, 2023
1 parent 656724a commit f89313e
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,21 @@ jobs:
# run: swift test
- name: Build library
run: swift build --target FalClient --configuration release
samples:
name: Build samples
needs: build
runs-on: macos-latest
steps:
- name: Checkout project
uses: actions/checkout@v4
- name: Setup Swift
uses: swift-actions/setup-swift@v1
with:
swift-version: "5.9"
- name: Build basic app
uses: sersoft-gmbh/xcodebuild-action@v3
with:
project: Sources/Samples/FalSampleApp/FalSampleApp.xcodeproj
scheme: FalSampleApp
destination: platform=iOS Simulator,name=iPhone 13,OS=16.2
action: build
# samples:
# name: Build samples
# needs: build
# runs-on: macos-latest
# steps:
# - name: Checkout project
# uses: actions/checkout@v4
# - name: Setup Swift
# uses: swift-actions/setup-swift@v1
# with:
# swift-version: "5.9"
# - name: Build basic app
# uses: sersoft-gmbh/xcodebuild-action@v3
# with:
# project: Sources/Samples/FalSampleApp/FalSampleApp.xcodeproj
# scheme: FalSampleApp
# destination: platform=iOS Simulator,name=iPhone 13,OS=16.2
# action: build

0 comments on commit f89313e

Please sign in to comment.