Skip to content

Commit 4520226

Browse files
committed
parallel build
1 parent 040835c commit 4520226

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Build
5252
run: |
5353
cd build
54-
cmake --build . -- -j 2
54+
cmake --build . -- -j 4
5555
- name: Package
5656
id: package
5757
run: |
@@ -139,7 +139,7 @@ jobs:
139139
- name: Build
140140
run: |
141141
cd build
142-
cmake --build . --target install -- -j 2
142+
cmake --build . --target install -- -j 4
143143
144144
- name: Package
145145
id: package

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: cmake -DTEXSTUDIO_ENABLE_TESTS=ON -DTEXSTUDIO_BUILD_ADWAITA=OFF -DCMAKE_BUILD_TYPE=Debug .
2525

2626
- name: Build
27-
run: make -j 2
27+
run: make -j 4
2828

2929
- name: Test
3030
run: QT_QPA_PLATFORM=offscreen ./texstudio --auto-tests

0 commit comments

Comments
 (0)