[ci] deploy tcl test to ci

This commit is contained in:
tangxifan 2022-12-02 11:46:14 -08:00
parent 97c72c73f1
commit 156fac9fec
2 changed files with 6 additions and 0 deletions

View File

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