Skip to content

Commit

Permalink
ljhjsqkd
Browse files Browse the repository at this point in the history
  • Loading branch information
yobeonline committed Jan 21, 2024
1 parent 6b8d6c0 commit 26ccc04
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/code_format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ jobs:
cmake-format:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- uses: actions/checkout@v4

- name: Format CMake files
uses: PuneetMatharu/[email protected]
Expand Down
8 changes: 3 additions & 5 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: 'true'

- name: Get latest cmake
uses: lukka/get-cmake@latest
Expand All @@ -22,13 +20,13 @@ jobs:
gcov --version
- name: Configure
run: cmake -S . -B build -D VCPKG_TARGET_TRIPLET=x64-linux --toolchain "${VCPKG_INSTALLATION_ROOT}/scripts/buildsystems/vcpkg.cmake"
env:
CXXFLAGS: --coverage -fprofile-abs-path -O0
CFLAGS: --coverage -fprofile-abs-path -O0
CXXFLAGS: --coverage -fprofile-abs-path -g -O0
CFLAGS: --coverage -fprofile-abs-path -g -O0
LDFLAGS: --coverage
CC: gcc-13
CXX: g++-13
run: cmake -S . -B build -D VCPKG_TARGET_TRIPLET=x64-linux --toolchain "${VCPKG_INSTALLATION_ROOT}/scripts/buildsystems/vcpkg.cmake"

- name: Build
run: cmake --build build --parallel
Expand Down

0 comments on commit 26ccc04

Please sign in to comment.