Skip to content

Commit

Permalink
Compile benchmarks in CI
Browse files Browse the repository at this point in the history
While we don't run benchmarks now, it is still worth to compile the
benchmarks in CI.
  • Loading branch information
ChuanqiXu9 committed Jul 26, 2023
1 parent 1661fe5 commit 2ebb000
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
sudo mkdir build && cd build
sudo cmake .. && sudo make
sudo apt install libgmock-dev -y
sudo apt install libbenchmark-dev -y
- name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
Expand Down

0 comments on commit 2ebb000

Please sign in to comment.