Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d0d7be4

Browse files
committed
Update win_cmake_build.yml
1 parent 140cbdf commit d0d7be4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/win_cmake_build.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -73,42 +73,42 @@ jobs:
7373
- name: Hybrid Simple Example
7474
working-directory: ${{github.workspace}}/${{env.BUILD_FOLDER_MSVC_DEV_ALL}}
7575
run: |
76-
cmake --build . --target run_hybrid_simple_example_win
76+
cmake --build . --config Release --parallel 2 --target run_hybrid_simple_example_win
7777
7878
- name: Hybrid Foolib Example
7979
working-directory: ${{github.workspace}}/${{env.BUILD_FOLDER_MSVC_DEV_ALL}}
8080
run: |
81-
cmake --build . --target run_hybrid_foolib_example_win
81+
cmake --build . --config Release --parallel 2 --target run_hybrid_foolib_example_win
8282
8383
- name: Hybrid External Lib Example
8484
working-directory: ${{github.workspace}}/${{env.BUILD_FOLDER_MSVC_DEV_ALL}}
8585
run: |
86-
cmake --build . --target run_hybrid_externallib_example_win
86+
cmake --build . --config Release --parallel 2 --target run_hybrid_externallib_example_win
8787
8888
- name: Hybrid Custom Target Example
8989
working-directory: ${{github.workspace}}/${{env.BUILD_FOLDER_MSVC_DEV_ALL}}
9090
run: |
91-
cmake --build . --target run_hybrid_customtarget_example_win
91+
cmake --build . --config Release --parallel 2 --target run_hybrid_customtarget_example_win
9292
9393
- name: Hybrid Generic Target Example
9494
working-directory: ${{github.workspace}}/${{env.BUILD_FOLDER_MSVC_DEV_ALL}}
9595
run: |
96-
cmake --build . --target run_hybrid_generic_example
96+
cmake --build . --config Release --parallel 2 --target run_hybrid_generic_example
9797
9898
- name: Hybrid PCH Target Example
9999
working-directory: ${{github.workspace}}/${{env.BUILD_FOLDER_MSVC_DEV_ALL}}
100100
run: |
101-
cmake --build . --target run_hybrid_pch_example_win
101+
cmake --build . --config Release --parallel 2 --target run_hybrid_pch_example_win
102102
103103
- name: Hybrid Dep Chaining Target Example
104104
working-directory: ${{github.workspace}}/${{env.BUILD_FOLDER_MSVC_DEV_ALL}}
105105
run: |
106-
cmake --build . --target run_hybrid_depchaining_example_win
106+
cmake --build . --config Release --parallel 2 --target run_hybrid_depchaining_example_win
107107
108108
- name: Hybrid Target Info Example
109109
working-directory: ${{github.workspace}}/${{env.BUILD_FOLDER_MSVC_DEV_ALL}}
110110
run: |
111-
cmake --build . --target run_hybrid_targetinfo_example_win
111+
cmake --build . --config Release --parallel 2 --target run_hybrid_targetinfo_example_win
112112
113113
build_clang:
114114
name: Clang single and interface Lib

0 commit comments

Comments
 (0)