[ci] add new test to validate when capn proto is on

This commit is contained in:
tangxifan 2024-11-26 23:12:29 -08:00
parent f316dea48c
commit 174a81a777
1 changed files with 5 additions and 0 deletions

View File

@ -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 }}