GitHub Actions: Build with Ninja
This commit is contained in:
parent
cac1cd6940
commit
260d509f2e
3 changed files with 7 additions and 3 deletions
.github/workflows
2
.github/workflows/ubuntu.yml
vendored
2
.github/workflows/ubuntu.yml
vendored
|
@ -19,6 +19,6 @@ jobs:
|
|||
- name: Install packages
|
||||
run: sudo .ci/ubuntu_install.sh
|
||||
- name: Configure CMake
|
||||
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DBUILD_SHARED=OFF
|
||||
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DBUILD_SHARED=OFF -GNinja
|
||||
- name: Build
|
||||
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue