File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5757 path : MacKernelSDK
5858 - name : CI Bootstrap
5959 run : |
60- src=$(/usr/bin/curl -Lfs https://raw.githubusercontent.com/acidanthera/ocbuild/master /ci-bootstrap.sh) && eval "$src" || exit 1
60+ src=$(/usr/bin/curl -Lfs https://raw.githubusercontent.com/acidanthera/ocbuild/xcode-16 /ci-bootstrap.sh) && eval "$src" || exit 1
6161
6262 - run : xcodebuild analyze -quiet -scheme Lilu -configuration Debug CLANG_ANALYZER_OUTPUT=plist-html CLANG_ANALYZER_OUTPUT_DIR="$(pwd)/clang-analyze" && [ "$(find clang-analyze -name "*.html")" = "" ]
6363 - run : xcodebuild analyze -quiet -scheme Lilu -configuration Release CLANG_ANALYZER_OUTPUT=plist-html CLANG_ANALYZER_OUTPUT_DIR="$(pwd)/clang-analyze" && [ "$(find clang-analyze -name "*.html")" = "" ]
7676 path : MacKernelSDK
7777 - name : CI Bootstrap
7878 run : |
79- src=$(/usr/bin/curl -Lfs https://raw.githubusercontent.com/acidanthera/ocbuild/master /ci-bootstrap.sh) && eval "$src" || exit 1
79+ src=$(/usr/bin/curl -Lfs https://raw.githubusercontent.com/acidanthera/ocbuild/xcode-16 /ci-bootstrap.sh) && eval "$src" || exit 1
8080
8181 - name : Run Coverity
8282 run : |
You can’t perform that action at this time.
0 commit comments