Skip to content

Commit

Permalink
Enable job
Browse files Browse the repository at this point in the history
  • Loading branch information
lackhole committed Jun 16, 2024
1 parent a5e305d commit 4c3d31b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
-S ${{ github.workspace }}
- name: Build
run: cmake --build build --config ${{ matrix.build_type }}
run: cmake --build build --config ${{ matrix.build_type }} -j

- name: Test
working-directory: build
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
-S ${{ github.workspace }}
- name: Build
run: cmake --build build --config ${{ matrix.build_type }}
run: cmake --build build --config ${{ matrix.build_type }} -j

- name: Test
working-directory: build
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
-S ${{ github.workspace }}
- name: Build
run: cmake --build build --config ${{ matrix.build_type }}
run: cmake --build build --config ${{ matrix.build_type }} -j

- name: Test
working-directory: build
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
-S ${{ github.workspace }}
- name: Build
run: cmake --build build --config ${{ matrix.build_type }}
run: cmake --build build --config ${{ matrix.build_type }} -j
#
# - name: Test
# working-directory: build
Expand Down Expand Up @@ -204,7 +204,7 @@ jobs:
- name: Build
run: |
source emsdk/emsdk_env.sh
emmake cmake --build build --config ${{ matrix.build_type }}
emmake cmake --build build --config ${{ matrix.build_type }} -j
- name: Test
working-directory: build
Expand Down Expand Up @@ -243,7 +243,7 @@ jobs:
-S ${{ github.workspace }}
- name: Build
run: cmake --build build --config ${{ matrix.build_type }}
run: cmake --build build --config ${{ matrix.build_type }} -j

- name: Test
working-directory: build
Expand Down

0 comments on commit 4c3d31b

Please sign in to comment.