Skip to content

Commit

Permalink
Test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
scenee committed Feb 18, 2024
1 parent 80eb5dd commit 6f0c5fc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:

jobs:
build:
if: false
runs-on: ${{ matrix.runs-on }}
env:
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer
Expand Down Expand Up @@ -48,6 +49,7 @@ jobs:
run: xcodebuild -scheme FloatingPanel SWIFT_VERSION=${{ matrix.swift }} clean build

test:
if: false
runs-on: ${{ matrix.runs-on }}
env:
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer
Expand Down Expand Up @@ -82,6 +84,7 @@ jobs:
timeout-minutes: 20

example:
if: false
runs-on: macos-13
env:
DEVELOPER_DIR: /Applications/Xcode_15.2.app/Contents/Developer
Expand Down Expand Up @@ -137,16 +140,20 @@ jobs:
run: |
swift build
--sdk "$(xcrun --sdk iphonesimulator --show-sdk-path)" \
-Xswiftc "-F" -Xswiftc "$(xcrun --sdk iphonesimulator --show-sdk-path)/System/Library/Frameworks" \
-Xswiftc "-framework" -Xswiftc "UIKit" \
-Xswiftc "-target" -Xswiftc "${{ matrix.target }}"
carthage:
if: false
runs-on: macos-11
steps:
- uses: actions/checkout@v3
- name: "Carthage build"
run: carthage build --use-xcframeworks --no-skip-current

cocoapods:
if: false
runs-on: macos-13
env:
DEVELOPER_DIR: /Applications/Xcode_15.2.app/Contents/Developer
Expand Down

0 comments on commit 6f0c5fc

Please sign in to comment.