Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kpu/kenlm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Heafield <github@kheafield.com>2021-04-21 16:41:11 +0300
committerKenneth Heafield <github@kheafield.com>2021-04-21 16:41:11 +0300
commit172a7511aee865d8a96d36689629ead07dade0d6 (patch)
tree9ea557879aff01416d210bd0d13a2b8f77341a4d
parentc955144be9418a46a48f63a863a7d010a5687a57 (diff)
cmake argument?
-rw-r--r--.github/workflows/windows.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 52fc9e0..0b4610f 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -29,7 +29,7 @@ jobs:
cmake -DBOOST_ROOT="${env:BOOST_ROOT_1_72_0}" ..
- name: Compile
working-directory: build
- run: cmake --build
+ run: cmake --build . -j2
- name: Test
working-directory: build
- run: ctest
+ run: ctest -j2