Skip to content

Commit f6ea560

Browse files
committed
CI 并行
1 parent c150507 commit f6ea560

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

.github/workflows/build_650.yml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1717
jobs:
1818
# This workflow contains a single job called "build"
19-
build:
19+
build_aarch64:
2020
# The type of runner that the job will run on
2121
runs-on: ubuntu-latest
2222

@@ -37,7 +37,19 @@ jobs:
3737
with:
3838
name: build-axcl-3.6.2-axcl-context-aarch64
3939
path: build_aarch64/install/
40-
40+
41+
# This workflow contains a single job called "build"
42+
build_x86:
43+
# The type of runner that the job will run on
44+
runs-on: ubuntu-latest
45+
46+
# Steps represent a sequence of tasks that will be executed as part of the job
47+
steps:
48+
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
49+
- uses: actions/checkout@v3
50+
with:
51+
submodules: true
52+
4153
- name: build x86
4254
run: |
4355
sh ./build_x86.sh

0 commit comments

Comments
 (0)