Code improvements
This commit is contained in:
parent
7e85d842f4
commit
e3b399e9ba
8 changed files with 116 additions and 64 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}}
|
||||
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DBUILD_SHARED=OFF
|
||||
- name: Build
|
||||
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue