File tree Expand file tree Collapse file tree 5 files changed +24
-54
lines changed Expand file tree Collapse file tree 5 files changed +24
-54
lines changed Original file line number Diff line number Diff line change 77 branches : [ master ]
88
99jobs :
10- macos :
11- runs-on : macos-15
12- name : macOS
13- steps :
14- - name : Checkout repository
15- uses : actions/checkout@v3
16-
17- - name : Build
18- run : |
19- swift --version
20- xcrun xcodebuild build -scheme "Noise" -destination \
21- "generic/platform=ios"
10+ build :
11+ uses : tayloraswift/swift-device-action/.github/workflows/build.yml@master
12+ with :
13+ xcode-scheme : ' swift-noise-Package'
14+ destination : ${{ github.workflow }}
Original file line number Diff line number Diff line change 77 branches : [ master ]
88
99jobs :
10- macos :
11- runs-on : macos-15
12- name : macOS
13- steps :
14- - name : Checkout repository
15- uses : actions/checkout@v3
16-
17- - name : Build
18- run : |
19- swift --version
20- xcrun xcodebuild build -scheme "Noise" -destination \
21- "generic/platform=tvos"
10+ build :
11+ uses : tayloraswift/swift-device-action/.github/workflows/build.yml@master
12+ with :
13+ xcode-scheme : ' swift-noise-Package'
14+ destination : ${{ github.workflow }}
Original file line number Diff line number Diff line change 77 branches : [ master ]
88
99jobs :
10- macos :
11- runs-on : macos-15
12- name : macOS
13- steps :
14- - name : Checkout repository
15- uses : actions/checkout@v3
16-
17- - name : Build
18- run : |
19- swift --version
20- xcrun xcodebuild build -scheme "Noise" -destination \
21- "generic/platform=visionos"
22-
10+ build :
11+ uses : tayloraswift/swift-device-action/.github/workflows/build.yml@master
12+ with :
13+ xcode-scheme : ' swift-noise-Package'
14+ destination : ${{ github.workflow }}
Original file line number Diff line number Diff line change 77 branches : [ master ]
88
99jobs :
10- macos :
11- runs-on : macos-15
12- name : macOS
13- steps :
14- - name : Checkout repository
15- uses : actions/checkout@v3
16-
17- - name : Build
18- run : |
19- swift --version
20- xcrun xcodebuild build -scheme "Noise" -destination \
21- "generic/platform=watchos"
22-
10+ build :
11+ uses : tayloraswift/swift-device-action/.github/workflows/build.yml@master
12+ with :
13+ xcode-scheme : ' swift-noise-Package'
14+ destination : ${{ github.workflow }}
You can’t perform that action at this time.
0 commit comments