restore build.yml
This commit is contained in:
parent
29287cca20
commit
700c48c24c
|
@ -157,12 +157,12 @@ 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/share/
|
||||
yosys/yosys
|
||||
yosys/yosys-abc
|
||||
yosys/yosys-config
|
||||
yosys/yosys-filterlib
|
||||
yosys/yosys-smtbmc
|
||||
openfpga_flow
|
||||
openfpga.sh
|
||||
docker_distribution:
|
||||
|
@ -227,11 +227,11 @@ jobs:
|
|||
chmod +x ace2/ace
|
||||
chmod +x openfpga/openfpga
|
||||
chmod +x vpr/vpr
|
||||
chmod +x yosys/install/bin/yosys
|
||||
chmod +x yosys/install/bin/yosys-abc
|
||||
chmod +x yosys/install/bin/yosys-config
|
||||
chmod +x yosys/install/bin/yosys-filterlib
|
||||
chmod +x yosys/install/bin/yosys-smtbmc
|
||||
chmod +x yosys/yosys
|
||||
chmod +x yosys/yosys-abc
|
||||
chmod +x yosys/yosys-config
|
||||
chmod +x yosys/yosys-filterlib
|
||||
chmod +x yosys/yosys-smtbmc
|
||||
- name: ${{matrix.config.name}}_GCC-8_(Ubuntu 18.04)
|
||||
shell: bash
|
||||
run: source openfpga.sh && source openfpga_flow/regression_test_scripts/${{matrix.config.name}}.sh
|
||||
|
|
Loading…
Reference in New Issue