[ci] deploy no version number build test to ci
This commit is contained in:
parent
cc6bf85433
commit
b26b0ce8d8
|
@ -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 }}
|
||||||
|
|
Loading…
Reference in New Issue