|
1 | 1 | name: PR
|
2 | 2 |
|
3 | 3 | on:
|
4 |
| - pull_request: |
5 |
| - types: [opened, reopened, synchronize] |
| 4 | + pull_request: |
| 5 | + types: [opened, reopened, synchronize] |
6 | 6 |
|
7 | 7 | jobs:
|
8 |
| - soundness: |
9 |
| - name: Soundness |
10 |
| - uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main |
11 |
| - with: |
12 |
| - license_header_check_project_name: "SwiftASN1" |
13 |
| - unit-tests: |
14 |
| - name: Unit tests |
15 |
| - uses: apple/swift-nio/.github/workflows/unit_tests.yml@main |
16 |
| - with: |
17 |
| - linux_5_9_arguments_override: "-Xswiftc -warnings-as-errors --explicit-target-dependency-import-check error" |
18 |
| - linux_5_10_arguments_override: "-Xswiftc -warnings-as-errors --explicit-target-dependency-import-check error" |
19 |
| - linux_6_0_arguments_override: "-Xswiftc -warnings-as-errors --explicit-target-dependency-import-check error -Xswiftc -require-explicit-sendable" |
20 |
| - linux_nightly_6_0_arguments_override: "--explicit-target-dependency-import-check error -Xswiftc -require-explicit-sendable" |
21 |
| - linux_nightly_main_arguments_override: "--explicit-target-dependency-import-check error -Xswiftc -require-explicit-sendable" |
22 |
| - windows_6_0_enabled: true |
23 |
| - windows_nightly_6_0_enabled: true |
24 |
| - windows_nightly_main_enabled: true |
25 |
| - windows_6_0_arguments_override: "-Xswiftc -warnings-as-errors --explicit-target-dependency-import-check error -Xswiftc -require-explicit-sendable" |
26 |
| - windows_nightly_6_0_arguments_override: "--explicit-target-dependency-import-check error -Xswiftc -require-explicit-sendable" |
27 |
| - windows_nightly_main_arguments_override: "--explicit-target-dependency-import-check error -Xswiftc -require-explicit-sendable" |
| 8 | + soundness: |
| 9 | + name: Soundness |
| 10 | + uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main |
| 11 | + with: |
| 12 | + license_header_check_project_name: "SwiftASN1" |
28 | 13 |
|
29 |
| - benchmarks: |
30 |
| - name: Benchmarks |
31 |
| - uses: apple/swift-nio/.github/workflows/benchmarks.yml@main |
32 |
| - with: |
33 |
| - benchmark_package_path: "Benchmarks" |
| 14 | + cmake-lists: |
| 15 | + name: Check cmake lists |
| 16 | + uses: apple/swift-nio/.github/workflows/swift_matrix.yml@main |
| 17 | + with: |
| 18 | + name: "Check cmake lists" |
| 19 | + matrix_linux_command: ./scripts/check-cmake-lists.sh |
34 | 20 |
|
35 |
| - cxx-interop: |
36 |
| - name: Cxx interop |
37 |
| - uses: apple/swift-nio/.github/workflows/cxx_interop.yml@main |
| 21 | + unit-tests: |
| 22 | + name: Unit tests |
| 23 | + uses: apple/swift-nio/.github/workflows/unit_tests.yml@main |
| 24 | + with: |
| 25 | + linux_5_9_arguments_override: "-Xswiftc -warnings-as-errors --explicit-target-dependency-import-check error" |
| 26 | + linux_5_10_arguments_override: "-Xswiftc -warnings-as-errors --explicit-target-dependency-import-check error" |
| 27 | + linux_6_0_arguments_override: "-Xswiftc -warnings-as-errors --explicit-target-dependency-import-check error" |
| 28 | + linux_nightly_6_0_arguments_override: "--explicit-target-dependency-import-check error" |
| 29 | + linux_nightly_main_arguments_override: "--explicit-target-dependency-import-check error" |
| 30 | + windows_6_0_enabled: true |
| 31 | + windows_nightly_6_0_enabled: true |
| 32 | + windows_nightly_main_enabled: true |
| 33 | + windows_6_0_arguments_override: "-Xswiftc -warnings-as-errors --explicit-target-dependency-import-check error -Xswiftc -require-explicit-sendable" |
| 34 | + windows_nightly_6_0_arguments_override: "--explicit-target-dependency-import-check error -Xswiftc -require-explicit-sendable" |
| 35 | + windows_nightly_main_arguments_override: "--explicit-target-dependency-import-check error -Xswiftc -require-explicit-sendable" |
38 | 36 |
|
39 |
| - swift-6-language-mode: |
40 |
| - name: Swift 6 Language Mode |
41 |
| - uses: apple/swift-nio/.github/workflows/swift_6_language_mode.yml@main |
42 |
| - if: false # Disabled for now. |
| 37 | + benchmarks: |
| 38 | + name: Benchmarks |
| 39 | + uses: apple/swift-nio/.github/workflows/benchmarks.yml@main |
| 40 | + with: |
| 41 | + benchmark_package_path: "Benchmarks" |
| 42 | + |
| 43 | + cxx-interop: |
| 44 | + name: Cxx interop |
| 45 | + uses: apple/swift-nio/.github/workflows/cxx_interop.yml@main |
0 commit comments