Skip to content

Commit 4639dc4

Browse files
committed
Use Ninja
Try improve build speed with Ninja
1 parent e5eb3d3 commit 4639dc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/linux_build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
sudo apt update
3434
sudo apt install -y libboost-all-dev libboost-test-dev
3535
- name: cmake configure
36-
run : mkdir build; cd build; cmake -DCMAKE_BUILD_TYPE=Release -DQL_BUILD_EXAMPLES=false -DQL_BUILD_TEST_SUITE=false -DQL_BUILD_BENCHMARK=false -DQL_ENABLE_SESSIONS=true -DORE_BUILD_DOC=false ..
36+
run : mkdir build; cd build; cmake -DCMAKE_BUILD_TYPE=Release -DQL_BUILD_EXAMPLES=false -DQL_BUILD_TEST_SUITE=false -DQL_BUILD_BENCHMARK=false -DQL_ENABLE_SESSIONS=true -DORE_BUILD_DOC=false -G "Ninja" ..
3737
- name: cmake build
3838
run: cd build/; pwd; cmake --build . -j $(nproc)

0 commit comments

Comments
 (0)