We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 040835c commit 4520226Copy full SHA for 4520226
.github/workflows/cd.yml
@@ -51,7 +51,7 @@ jobs:
51
- name: Build
52
run: |
53
cd build
54
- cmake --build . -- -j 2
+ cmake --build . -- -j 4
55
- name: Package
56
id: package
57
@@ -139,7 +139,7 @@ jobs:
139
140
141
142
- cmake --build . --target install -- -j 2
+ cmake --build . --target install -- -j 4
143
144
145
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
run: cmake -DTEXSTUDIO_ENABLE_TESTS=ON -DTEXSTUDIO_BUILD_ADWAITA=OFF -DCMAKE_BUILD_TYPE=Debug .
25
26
27
- run: make -j 2
+ run: make -j 4
28
29
- name: Test
30
run: QT_QPA_PLATFORM=offscreen ./texstudio --auto-tests
0 commit comments