From 203e46aee349614502d829608e70d973d44bc75f Mon Sep 17 00:00:00 2001 From: David Shah Date: Fri, 1 Mar 2019 09:07:59 +0000 Subject: [PATCH 1/2] tests: Bump submodule to include ecp5 regressions Signed-off-by: David Shah --- tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests b/tests index baf928b5..ee3ff3c4 160000 --- a/tests +++ b/tests @@ -1 +1 @@ -Subproject commit baf928b5c688d1d8409da28f76c36f74e79a93a8 +Subproject commit ee3ff3c4bdce20c47bd6c35a2f7430497b283807 From d0ee4cef041d6a67203250688eb4606eb86d8eff Mon Sep 17 00:00:00 2001 From: David Shah Date: Fri, 1 Mar 2019 10:47:59 +0000 Subject: [PATCH 2/2] ci: Run ECP5 regression tests Signed-off-by: David Shah --- .cirrus.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.cirrus.yml b/.cirrus.yml index 2347b502..c97b521c 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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