Skip to content

Commit

Permalink
Merge
Browse files Browse the repository at this point in the history
  • Loading branch information
mingxwa committed Oct 2, 2024
2 parents eff9788 + a029db0 commit 3e33830
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/bvt-gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
bvt-gcc:
runs-on: ubuntu-24.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
Expand All @@ -29,28 +30,24 @@ jobs:
cmake -B build-gcc-11 -DCMAKE_C_COMPILER=gcc-11 -DCMAKE_CXX_COMPILER=g++-11 -DCMAKE_BUILD_TYPE=Release
cmake --build build-gcc-11 -j
ctest --test-dir build-gcc-11 -j
./build-gcc-11/benchmarks/msft_proxy_benchmarks
- name: build and run test with gcc 12
run: |
cmake -B build-gcc-12 -DCMAKE_C_COMPILER=gcc-12 -DCMAKE_CXX_COMPILER=g++-12 -DCMAKE_BUILD_TYPE=Release
cmake --build build-gcc-12 -j
ctest --test-dir build-gcc-12 -j
./build-gcc-12/benchmarks/msft_proxy_benchmarks
- name: build and run test with gcc 13
run: |
cmake -B build-gcc-13 -DCMAKE_C_COMPILER=gcc-13 -DCMAKE_CXX_COMPILER=g++-13 -DCMAKE_BUILD_TYPE=Release
cmake --build build-gcc-13 -j
ctest --test-dir build-gcc-13 -j
./build-gcc-13/benchmarks/msft_proxy_benchmarks
- name: build and run test with gcc 14
run: |
cmake -B build-gcc-14 -DCMAKE_C_COMPILER=gcc-14 -DCMAKE_CXX_COMPILER=g++-14 -DCMAKE_BUILD_TYPE=Release
cmake --build build-gcc-14 -j
ctest --test-dir build-gcc-14 -j
./build-gcc-14/benchmarks/msft_proxy_benchmarks
- name: run benchmarks
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/bvt-msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
cmake -B build
cmake --build build --config Release -j
ctest --test-dir build -j
.\build\benchmarks\Release\msft_proxy_benchmarks.exe
- name: run benchmarks
run: |
Expand Down

0 comments on commit 3e33830

Please sign in to comment.