[ci] deploy no version number build test to ci

This commit is contained in:
tangxifan 2022-10-03 11:48:19 -07:00
parent cc6bf85433
commit b26b0ce8d8
1 changed files with 4 additions and 0 deletions

View File

@ -180,6 +180,10 @@ jobs:
cc: gcc-9 cc: gcc-9
cxx: g++-9 cxx: g++-9
cmake_flags: "-DOPENFPGA_WITH_TEST=OFF" cmake_flags: "-DOPENFPGA_WITH_TEST=OFF"
- name: "Build w/o version number (Ubuntu 20.04)"
cc: gcc-9
cxx: g++-9
cmake_flags: "-DOPENFPGA_WITH_VERSION=OFF"
# Define the steps to run the build job # Define the steps to run the build job
env: env:
CC: ${{ matrix.config.cc }} CC: ${{ matrix.config.cc }}