Skip to content

Commit

Permalink
Add build
Browse files Browse the repository at this point in the history
  • Loading branch information
achamayou committed May 10, 2024
1 parent a1ddb57 commit 35fc7fa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/bencher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ jobs:
image: ccfmsrc.azurecr.io/ccf/ci:2024-04-25-virtual-clang15
steps:
- uses: actions/checkout@v4
- run: |
mkdir build
cd build
cmake -GNinja -DCOMPILE_TARGET=virtual ..
ninja
- uses: bencherdev/bencher@main
- name: Track base branch benchmarks with Bencher
run: |
Expand Down

0 comments on commit 35fc7fa

Please sign in to comment.