File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 run : |
2020 sudo apt-get update
2121 sudo apt-get install -y cmake ninja-build build-essential pkgconf libcap-dev \
22- libseccomp-dev nlohmann-json3-dev libcli11-dev libgtest-dev
22+ libseccomp-dev nlohmann-json3-dev libcli11-dev libgtest-dev \
23+ libsystemd-dev
2324
24- - name : Configure CMake
25- env :
26- CXX : ${{ matrix.compiler.cxx }}
25+ - name : Configure and Build Project
2726 run : |
28- cmake -B build -G Ninja \
29- -DCMAKE_BUILD_TYPE=Debug \
30- -Dlinyaps-box_ENABLE_CPM=OFF \
31- -Dlinyaps-box_DEFAULT_LOG_LEVEL=7 \
32- -Dlinyaps-box_ACTIVE_LOG_LEVEL=7
33-
34- - name : Build Project
35- run : |
36- cmake --build build --parallel $(nproc)
27+ cmake --workflow --preset=ci
Original file line number Diff line number Diff line change @@ -37,12 +37,12 @@ jobs:
3737 - name : Install Build Dependencies
3838 run : |
3939 sudo apt-get update
40- sudo apt-get install -y cmake ninja-build build-essential pkgconf libcap-dev libseccomp-dev nlohmann-json3-dev libcli11-dev libgtest-dev
40+ sudo apt-get install -y cmake ninja-build build-essential pkgconf \
41+ libcap-dev libseccomp-dev libsystemd-dev
4142
4243 - name : Configure and Build
4344 run : |
44- cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Debug -Dlinyaps-box_ENABLE_CPM=OFF -Dlinyaps-box_DEFAULT_LOG_LEVEL=7 -Dlinyaps-box_ACTIVE_LOG_LEVEL=7
45- ninja -C build
45+ cmake --workflow --preset=codeql
4646
4747 - name : Perform CodeQL Analysis
4848 uses : github/codeql-action/analyze@v4
You can’t perform that action at this time.
0 commit comments