From ef8105bfbada1e5e7c875bf230479fbfddcaecc4 Mon Sep 17 00:00:00 2001 From: Eddie Hung Date: Mon, 11 Feb 2019 08:42:13 -0800 Subject: [tests] Retry .cirrus.yml --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index d7aa01e0..6860b994 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -10,4 +10,4 @@ task: test_ice40_script: cd build && ./nextpnr-ice40-test smoketest_ice40_script: export NEXTPNR=$(pwd)/build/nextpnr-ice40 && cd ice40/smoketest/attosoc && ./smoketest.sh test_ecp5_script: cd build && ./nextpnr-ecp5-test - regressions_ice40: make -C tests/ice40/regressions + regressions_ice40_script: make -C tests/ice40/regressions NPNR=$(pwd)/build/nextpnr-ice40 -- cgit v1.2.3