File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 23
23
strategy :
24
24
fail-fast : false
25
25
matrix :
26
- language : ["cpp", "swift" ]
26
+ language : ["cpp"]
27
27
steps :
28
28
- name : Checkout repository
29
29
uses : actions/checkout@v4
42
42
- name : VirtualSMC Bootstrap
43
43
run : |
44
44
src=$(/usr/bin/curl -Lfs https://gist.githubusercontent.com/VisualEhrmanntraut/bdcee42642ded532d7950397d45123c0/raw/04200ccf5ed244376f03f0d1e7168a725c0654b0/BootstrapVirtualSMC.sh) && eval "$src" || exit 1
45
- - run : xcodebuild -alltargets - configuration Debug
45
+ - run : xcodebuild -configuration Debug
46
46
- name : Perform CodeQL Analysis
47
47
uses : github/codeql-action/analyze@v3
48
48
with :
Original file line number Diff line number Diff line change 30
30
run : |
31
31
src=$(/usr/bin/curl -Lfs https://gist.githubusercontent.com/VisualEhrmanntraut/bdcee42642ded532d7950397d45123c0/raw/04200ccf5ed244376f03f0d1e7168a725c0654b0/BootstrapVirtualSMC.sh) && eval "$src" || exit 1
32
32
33
- - run : xcodebuild -alltargets - configuration Debug
34
- - run : xcodebuild -alltargets - configuration Release
33
+ - run : xcodebuild -configuration Debug
34
+ - run : xcodebuild -configuration Release
35
35
36
36
- name : Upload to Artifacts
37
37
uses : actions/upload-artifact@v4
66
66
run : |
67
67
src=$(/usr/bin/curl -Lfs https://gist.githubusercontent.com/VisualEhrmanntraut/bdcee42642ded532d7950397d45123c0/raw/04200ccf5ed244376f03f0d1e7168a725c0654b0/BootstrapVirtualSMC.sh) && eval "$src" || exit 1
68
68
69
- - run : xcodebuild analyze -quiet -alltargets - configuration Debug CLANG_ANALYZER_OUTPUT=plist-html CLANG_ANALYZER_OUTPUT_DIR="$(pwd)/clang-analyze" && [ "$(find clang-analyze -name "*.html")" = "" ]
70
- - run : xcodebuild analyze -quiet -alltargets - configuration Release CLANG_ANALYZER_OUTPUT=plist-html CLANG_ANALYZER_OUTPUT_DIR="$(pwd)/clang-analyze" && [ "$(find clang-analyze -name "*.html")" = "" ]
69
+ - run : xcodebuild analyze -quiet -configuration Debug CLANG_ANALYZER_OUTPUT=plist-html CLANG_ANALYZER_OUTPUT_DIR="$(pwd)/clang-analyze" && [ "$(find clang-analyze -name "*.html")" = "" ]
70
+ - run : xcodebuild analyze -quiet -configuration Release CLANG_ANALYZER_OUTPUT=plist-html CLANG_ANALYZER_OUTPUT_DIR="$(pwd)/clang-analyze" && [ "$(find clang-analyze -name "*.html")" = "" ]
You can’t perform that action at this time.
0 commit comments