mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Swift: merge generated headers into one artifact
This commit is contained in:
16
.github/workflows/swift-codegen.yml
vendored
16
.github/workflows/swift-codegen.yml
vendored
@@ -25,17 +25,9 @@ jobs:
|
||||
git diff --exit-code --stat HEAD
|
||||
- name: Generate C++ files
|
||||
run: |
|
||||
bazel run //swift/codegen:trapgen -- --cpp-output=$PWD
|
||||
bazel run //swift/codegen:cppgen -- --cpp-output=$PWD
|
||||
bazel run //swift/codegen:trapgen -- --cpp-output=$PWD/swift-generated-headers
|
||||
bazel run //swift/codegen:cppgen -- --cpp-output=$PWD/swift-generated-headers
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: TrapEntries.h
|
||||
path: TrapEntries.h
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: TrapTags.h
|
||||
path: TrapTags.h
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: TrapClasses.h
|
||||
path: TrapClasses.h
|
||||
name: swift-generated-headers
|
||||
path: swift-generated-headers/*.h
|
||||
|
||||
Reference in New Issue
Block a user