ci: Run ECP5 regression tests

Signed-off-by: David Shah <dave@ds0.me>
This commit is contained in:
David Shah 2019-03-01 10:47:59 +00:00
parent 203e46aee3
commit d0ee4cef04

View File

@ -12,3 +12,4 @@ task:
smoketest_ice40_script: export NEXTPNR=$(pwd)/build/nextpnr-ice40 && cd ice40/smoketest/attosoc && ./smoketest.sh
test_ecp5_script: cd build && ./nextpnr-ecp5-test
regressiontest_ice40_script: make -j $(nproc) -C tests/ice40/regressions NPNR=$(pwd)/build/nextpnr-ice40
regressiontest_ecp5_script: make -j $(nproc) -C tests/ecp5/regressions NPNR=$(pwd)/build/nextpnr-ecp5