Skip to content

Commit

Permalink
ci: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
YoloMao committed Aug 10, 2023
1 parent 2036f1d commit 3856a35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
-enableCodeCoverage YES \
-derivedDataPath ./derivedData \
-resultBundlePath build/result.xcresult \
OTHER_CFLAGS="\$(inherited) -gen-cdb-fragment-path build/compilation-database"
OTHER_CFLAGS="\$(inherited) -gen-cdb-fragment-path $(TARGET_BUILD_DIR)/build/compilation-database"
pushd build/compilation-database
sed -e '1s/^/[\'$'\n''/' -e '$s/,$/\'$'\n'']/' *.json > build/compile_commands.json
popd
Expand Down

0 comments on commit 3856a35

Please sign in to comment.