diff --git a/.github/workflows/build_stats.yml b/.github/workflows/build_stats.yml index 482c3754..3c6f5d39 100644 --- a/.github/workflows/build_stats.yml +++ b/.github/workflows/build_stats.yml @@ -27,7 +27,12 @@ jobs: xcodebuild \ -workspace iMast.xcworkspace -scheme "iMast iOS" -destination "generic/platform=iOS" -configuration Release \ build -derivedDataPath ./build \ - CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY="" | xcpretty -c + CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY="" AD_HOC_CODE_SIGNING_ALLOWED=YES | tee ./xcodebuild.log | xcpretty -c + - uses: actions/upload-artifact@v4 + if: always() + with: + name: xcodebuild.Xcode.${{ matrix.xcode }}.${{ matrix.machine }}.log + path: ./xcodebuild.log - name: Export Stats run: python3 .github/export_build_stats.py ./build Release iphoneos | tee stats.json - name: Upload Stats diff --git a/.swiftlint.yml b/.swiftlint.yml index 094a082c..499536b8 100644 --- a/.swiftlint.yml +++ b/.swiftlint.yml @@ -9,6 +9,7 @@ disabled_rules: excluded: - Pods - vendor + - build force_cast: warning force_try: warning