Testing yosys file copy option
This commit is contained in:
parent
1e5afb985c
commit
a60eea2a44
|
@ -69,27 +69,27 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
config:
|
||||
- name: "Build Compatibility: GCC-5 (Ubuntu 18.04)"
|
||||
cc: gcc-5
|
||||
cxx: g++-5
|
||||
- name: "Build Compatibility: GCC-6 (Ubuntu 18.04)"
|
||||
cc: gcc-6
|
||||
cxx: g++-6
|
||||
- name: "Build Compatibility: GCC-7 (Ubuntu 18.04)"
|
||||
cc: gcc-7
|
||||
cxx: g++-7
|
||||
# - name: "Build Compatibility: GCC-5 (Ubuntu 18.04)"
|
||||
# cc: gcc-5
|
||||
# cxx: g++-5
|
||||
# - name: "Build Compatibility: GCC-6 (Ubuntu 18.04)"
|
||||
# cc: gcc-6
|
||||
# cxx: g++-6
|
||||
# - name: "Build Compatibility: GCC-7 (Ubuntu 18.04)"
|
||||
# cc: gcc-7
|
||||
# cxx: g++-7
|
||||
- name: "Build Compatibility: GCC-8 (Ubuntu 18.04)"
|
||||
cc: gcc-8
|
||||
cxx: g++-8
|
||||
- name: "Build Compatibility: GCC-9 (Ubuntu 18.04)"
|
||||
cc: gcc-9
|
||||
cxx: g++-9
|
||||
- name: "Build Compatibility: Clang-6 (Ubuntu 18.04)"
|
||||
cc: clang-6.0
|
||||
cxx: clang++-6.0
|
||||
- name: "Build Compatibility: Clang-8 (Ubuntu 18.04)"
|
||||
cc: clang-8
|
||||
cxx: clang++-8
|
||||
# - name: "Build Compatibility: GCC-9 (Ubuntu 18.04)"
|
||||
# cc: gcc-9
|
||||
# cxx: g++-9
|
||||
# - name: "Build Compatibility: Clang-6 (Ubuntu 18.04)"
|
||||
# cc: clang-6.0
|
||||
# cxx: clang++-6.0
|
||||
# - name: "Build Compatibility: Clang-8 (Ubuntu 18.04)"
|
||||
# cc: clang-8
|
||||
# cxx: clang++-8
|
||||
# Define the steps to run the build job
|
||||
env:
|
||||
CC: ${{ matrix.config.cc }}
|
||||
|
@ -152,6 +152,7 @@ jobs:
|
|||
# Execute the build. You can specify a specific target with "--target <NAME>"
|
||||
run: |
|
||||
cmake --build . --config $BUILD_TYPE
|
||||
find ../yosys/ -type f
|
||||
|
||||
# Check the cache size and see if it is over the limit
|
||||
- name: Check ccache size
|
||||
|
@ -170,12 +171,8 @@ jobs:
|
|||
openfpga/openfpga
|
||||
vpr/libvpr.a
|
||||
vpr/vpr
|
||||
yosys/install/share/
|
||||
yosys/install/bin/yosys
|
||||
yosys/install/bin/yosys-abc
|
||||
yosys/install/bin/yosys-config
|
||||
yosys/install/bin/yosys-filterlib
|
||||
yosys/install/bin/yosys-smtbmc
|
||||
yosys/install/share
|
||||
yosys/install/bin
|
||||
openfpga_flow
|
||||
openfpga.sh
|
||||
docker_distribution:
|
||||
|
|
Loading…
Reference in New Issue