@@ -16,46 +16,46 @@ jobs:
16
16
run : docker run --rm -v $(pwd):/documents/ --name asciidoc-to-html heckj/docker-asciidoctor asciidoctor -v -t -D /documents/output -r ./docs/lib/google-analytics-docinfoprocessor.rb docs/using-combine-book.adoc
17
17
# results to appear in the directory 'output'
18
18
19
- build :
19
+ # build:
20
20
21
- runs-on : macos-14
21
+ # runs-on: macos-14
22
22
# env:
23
23
# sets the version of Xcode to utilize within the VM for all steps
24
24
# DEVELOPER_DIR: /Applications/Xcode_13.app/Contents/Developer
25
- steps :
26
- - uses : actions/checkout@v2
25
+ # steps:
26
+ # - uses: actions/checkout@v2
27
27
28
28
# - name: docker version
29
29
# run: docker -v
30
30
31
31
# - name: docker help
32
32
# run: docker --help
33
33
34
- - name : Show what's in Applications
35
- run : ls -al /Applications
34
+ # - name: Show what's in Applications
35
+ # run: ls -al /Applications
36
36
37
37
# - name: xcodebuild --help
38
38
# run: xcodebuild --help
39
39
40
- - name : xcodebuild --showsdks
41
- run : xcodebuild -showsdks
40
+ # - name: xcodebuild --showsdks
41
+ # run: xcodebuild -showsdks
42
42
43
43
# - name: xcodebuild -showBuildSettings
44
44
# run: xcodebuild -showBuildSettings
45
45
46
46
# - name: xcodebuild -showTestPlans
47
47
# run: xcodebuild -showTestPlans
48
48
49
- - name : xcodebuild -list
50
- run : xcodebuild -list
49
+ # - name: xcodebuild -list
50
+ # run: xcodebuild -list
51
51
52
- - name : Show available destinations
53
- run : xcodebuild -scheme SwiftUI-Notes -showdestinations
52
+ # - name: Show available destinations
53
+ # run: xcodebuild -scheme SwiftUI-Notes -showdestinations
54
54
55
- - name : Run the Combine test suite (iOS)
56
- run : |
57
- xcodebuild -scheme SwiftUI-Notes \
58
- -configuration Debug \
59
- -sdk iphonesimulator17.0 \
60
- -destination 'platform=iOS Simulator,OS=17.5,name=iPhone 14' \
61
- test -showBuildTimingSummary
55
+ # - name: Run the Combine test suite (iOS)
56
+ # run: |
57
+ # xcodebuild -scheme SwiftUI-Notes \
58
+ # -configuration Debug \
59
+ # -sdk iphonesimulator17.0 \
60
+ # -destination 'platform=iOS Simulator,OS=17.5,name=iPhone 14' \
61
+ # test -showBuildTimingSummary
0 commit comments