Skip to content

Commit

Permalink
[ci] add new test to validate when capn proto is on
Browse files Browse the repository at this point in the history
  • Loading branch information
tangxifan committed Nov 27, 2024
1 parent f316dea commit 174a81a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,11 @@ jobs:
cxx: g++-11
cmake_flags: "-DOPENFPGA_WITH_SWIG=OFF"
dependency_version: "ubuntu22p04"
- name: "Build with capnproto update (Ubuntu 22.04)"
cc: gcc-11
cxx: g++-11
cmake_flags: "-DOPENFPGA_UPDATE_UNIQUE_BLOCK_CAPN=ON"
dependency_version: "ubuntu22p04"
# Define the steps to run the build job
env:
CC: ${{ matrix.config.cc }}
Expand Down

0 comments on commit 174a81a

Please sign in to comment.