Skip to content

Commit

Permalink
ci: Attempting to cleanup build for codeql slightly
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Erickson <[email protected]>
  • Loading branch information
vonericsen committed Apr 29, 2024
1 parent a96f141 commit c8284e8
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ jobs:
meson_opts: "-Db_vscrt=static_from_buildtype"
}
- {
name: "Windows MSVC x86",
os: windows-latest,
cc: "cl.exe",
cxx: "cl.exe",
arch: "x64_x86",
meson_opts: "-Db_vscrt=static_from_buildtype"
name: "Windows MSVC x86",
os: windows-latest,
cc: "cl.exe",
cxx: "cl.exe",
arch: "x64_x86",
meson_opts: "-Db_vscrt=static_from_buildtype"
}
- {
name: "Ubuntu GCC",
Expand All @@ -50,10 +50,10 @@ jobs:
cxx: "g++"
}
- {
name: "Ubuntu Clang",
os: ubuntu-latest,
cc: "clang",
cxx: "clang++"
name: "Ubuntu Clang",
os: ubuntu-latest,
cc: "clang",
cxx: "clang++"
}

steps:
Expand Down Expand Up @@ -105,7 +105,6 @@ jobs:
run: |
pip install meson==0.60.3 ninja
meson setup build -Dprefix=/ -Dmandir=/man -Dbindir=/ ${{ matrix.config.meson_opts }} --buildtype=release
meson install -C build
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3

0 comments on commit c8284e8

Please sign in to comment.