[ci] deploy tcl test to ci
This commit is contained in:
parent
97c72c73f1
commit
156fac9fec
|
@ -185,6 +185,10 @@ jobs:
|
|||
cc: gcc-9
|
||||
cxx: g++-9
|
||||
cmake_flags: "-DOPENFPGA_WITH_VERSION=OFF"
|
||||
- name: "Build w/o SWIG support (Ubuntu 20.04)"
|
||||
cc: gcc-9
|
||||
cxx: g++-9
|
||||
cmake_flags: "-DOPENFPGA_WITH_SWIG=OFF"
|
||||
# Define the steps to run the build job
|
||||
env:
|
||||
CC: ${{ matrix.config.cc }}
|
||||
|
@ -272,6 +276,7 @@ jobs:
|
|||
- name: quicklogic_reg_test
|
||||
- name: vtr_benchmark_reg_test
|
||||
- name: iwls_benchmark_reg_test
|
||||
- name: tcl_reg_test
|
||||
steps:
|
||||
- name: Cancel previous
|
||||
uses: styfle/cancel-workflow-action@0.9.1
|
||||
|
@ -329,6 +334,7 @@ jobs:
|
|||
- name: quicklogic_reg_test
|
||||
- name: vtr_benchmark_reg_test
|
||||
- name: iwls_benchmark_reg_test
|
||||
- name: tcl_reg_test
|
||||
steps:
|
||||
- name: Cancel previous
|
||||
uses: styfle/cancel-workflow-action@0.9.1
|
||||
|
|
Loading…
Reference in New Issue